HomeSort by relevance Sort by last modified time
    Searched full:clcb (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 62 ** Returns total number of clcb found.
70 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
95 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
119 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
143 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
167 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
194 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
269 srvc_eng_cb.clcb[clcb_idx].trans_id = trans_id;
296 srvc_eng_cb.clcb[clcb_idx].trans_id = 0;
441 if (srvc_eng_cb.clcb[clcb_idx].trans_id != 0
    [all...]
srvc_eng_int.h 53 tSRVC_CLCB clcb[SRVC_MAX_APPS]; /* connection link*/ member in struct:__anon1277
srvc_battery.c 85 memcpy(cfg.remote_bda, srvc_eng_cb.clcb[clcb_idx].bda, BD_ADDR_LEN);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 161 ** Description get clcb by client interface and remote bd adddress
163 ** Returns pointer to the clcb
168 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
184 ** Description get clcb by connection ID
186 ** Returns pointer to the clcb
191 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
207 ** Description allocate CLCB
209 ** Returns pointer to the clcb
219 if (!bta_gattc_cb.clcb[i_clcb].in_use)
222 APPL_TRACE_DEBUG1("bta_gattc_clcb_alloc: found clcb[%d] available",i_clcb)
    [all...]
bta_gattc_act.c 297 /* close all CLCB related to this app */
300 if (p_cb->clcb[i].in_use && (p_cb->clcb[i].p_rcb == p_clreg))
305 buf.layer_specific = p_cb->clcb[i].bta_conn_id;
306 bta_gattc_close(&p_cb->clcb[i], (tBTA_GATTC_DATA *)&buf) ;
485 /* open failure, remove clcb */
782 ** Description when a SRCB finished discovery, tell all related clcb.
794 if (p_cb->clcb[i].p_srcb == p_srcb)
796 p_cb->clcb[i].status = status;
797 bta_gattc_sm_execute(&p_cb->clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, NULL)
    [all...]
bta_gattc_int.h 317 UINT8 num_clcb; /* number of associated CLCB */
348 UINT8 num_clcb; /* number of associated CLCB */
357 UINT16 bta_conn_id; /* client channel ID, unique for clcb */
414 tBTA_GATTC_CLCB clcb[BTA_GATTC_CLCB_MAX]; member in struct:__anon248
bta_gattc_cache.c     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 80 ** Returns total number of clcb found.
88 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
105 ** Returns total number of clcb found.
113 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
138 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
166 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
202 for (i = 0, p_clcb = gap_cb.clcb; i < GAP_MAX_CL; i++, p_clcb++)
gap_int.h 178 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/ member in struct:__anon839
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 563 /* look up clcb for this channel */
615 /* look up clcb for this channel */
670 /* look up clcb for this channel */
730 /* look up clcb for this channel */
770 /* look up clcb for this channel */
804 /* look up clcb for this channel */
    [all...]
gatt_utils.c     [all...]
gatt_int.h 382 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */
383 tGATT_REG *p_reg; /* owner of this CLCB */
473 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/ member in struct:__anon865
gatt_auth.c 271 ** Description This function set the sec_act in clcb
287 ** Description This function get the sec_act in clcb
gatt_attr.c 61 ** Returns total number of clcb found.
att_protocol.c 524 ** clcb_idx: clcb index
gatt_api.c     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 113 #define CHECK_LOCKCOUNT_BALANCE(bitmap) AutoCheckLockCountBalance clcb(bitmap)
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 113 #define CHECK_LOCKCOUNT_BALANCE(bitmap) AutoCheckLockCountBalance clcb(bitmap)
    [all...]

Completed in 1475 milliseconds