HomeSort by relevance Sort by last modified time
    Searched refs:scb (Results 1 - 16 of 16) sorted by null

  /external/bluetooth/bluedroid/bta/pan/
bta_pan_main.c 169 ** Returns pointer to the scb, or NULL if none could be allocated.
174 tBTA_PAN_SCB *p_scb = &bta_pan_cb.scb[0];
212 APPL_TRACE_EVENT3("PAN scb=%d event=0x%x state=%d", bta_pan_scb_to_idx(p_scb), event, p_scb->state);
287 /* allocate an scb */
320 ** Description Given a pointer to an scb, return its index.
323 ** Returns Index of scb.
329 return ((UINT8) (p_scb - bta_pan_cb.scb)) + 1;
338 ** Description Find scb associated with handle.
341 ** Returns Pointer to scb or NULL if not found.
346 tBTA_PAN_SCB *p_scb = &bta_pan_cb.scb[0]
    [all...]
bta_pan_int.h 135 BOOLEAN in_use; /* scb in use */
151 tBTA_PAN_SCB scb[BTA_PAN_NUM_CONN]; /* state machine control blocks */ member in struct:__anon2855
bta_pan_act.c 69 /* allocate an scb */
391 tBTA_PAN_SCB *p_scb = &bta_pan_cb.scb[0];
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c     [all...]
bta_hl_int.h 566 tBTA_HL_SDP_CB scb[BTA_HL_NUM_SDP_CBACKS]; member in struct:__anon2585
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_main.c 305 ** Returns pointer to the scb, or NULL if none could be allocated.
310 tBTA_AG_SCB *p_scb = &bta_ag_cb.scb[0];
371 if (bta_ag_cb.scb[idx].in_use)
390 ** Description Given a pointer to an scb, return its index.
393 ** Returns Index of scb.
399 return ((UINT16) (p_scb - bta_ag_cb.scb)) + 1;
406 ** Description Given an scb index return pointer to scb.
409 ** Returns Pointer to scb or NULL if not allocated.
419 p_scb = &bta_ag_cb.scb[idx - 1]
    [all...]
bta_ag_sco.c 138 /* match callback to scb; first check current sco scb */
143 /* then check for scb connected to this peer */
188 APPL_TRACE_DEBUG4 ("bta_ag_sco_disc_cback(): scb[0] addr: 0x%08x in_use: %u sco_idx: 0x%x sco state: %u",
189 &bta_ag_cb.scb[0], bta_ag_cb.scb[0].in_use, bta_ag_cb.scb[0].sco_idx, bta_ag_cb.scb[0].state);
190 APPL_TRACE_DEBUG4 ("bta_ag_sco_disc_cback(): scb[1] addr: 0x%08x in_use: %u sco_idx: 0x%x sco state: %u",
191 &bta_ag_cb.scb[1], bta_ag_cb.scb[1].in_use, bta_ag_cb.scb[1].sco_idx, bta_ag_cb.scb[1].state)
    [all...]
bta_ag_api.c 66 if (bta_ag_cb.scb[idx].in_use)
bta_ag_act.c 217 /* Issue collision for this scb for now. */
468 if (bta_ag_cb.scb[i].in_use && bta_ag_cb.scb[i].svc_conn)
478 /* else close port and deallocate scb */
563 for (i = 0, ag_scb = &bta_ag_cb.scb[0]; i < BTA_AG_NUM_SCB; i++, ag_scb++)
bta_ag_int.h 267 BOOLEAN in_use; /* scb in use */
298 tBTA_AG_SCB *p_curr_scb; /* SCB associated with SCO connection */
299 tBTA_AG_SCB *p_xfer_scb; /* SCB associated with SCO transfer */
310 tBTA_AG_SCB scb[BTA_AG_NUM_SCB]; /* service control blocks */ member in struct:__anon2391
bta_ag_sdp.c 105 ** distinguish scb from the callback we need separate
106 ** callbacks for each scb.
255 tBTA_AG_SCB *p = &bta_ag_cb.scb[0];
278 /* if service registered for this scb and not registered for any other scb */
bta_ag_cmd.c 973 for (i = 0, ag_scb = &bta_ag_cb.scb[0]; i < BTA_AG_NUM_SCB; i++, ag_scb++)
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb.c     [all...]
avdt_ccb_act.c 124 tAVDT_SCB *p_scb = &avdt_cb.scb[0];
158 tAVDT_SCB *p_scb = &avdt_cb.scb[0];
222 /* look up scb for seid sent to us */
293 ** reject event to each SCB associated with the command.
365 ** suspend reject event to each SCB associated with the command.
548 ** to the SCB for each stream.
562 /* send start event to each scb */
626 ** to the SCB for each stream.
640 /* send start event to each scb */
667 tAVDT_SCB *p_scb = &avdt_cb.scb[0]
    [all...]
avdt_int.h 92 /* to distinguish CCB events from SCB events */
102 ** | BT_HDR | SCB handles | L2CAP + HCI header | AVDTP header | data ... |
104 ** Note that we "hide" the scb handles at the top of the message buffer.
108 /* scb transport channel connect timeout value */
111 /* scb transport channel disconnect timeout value */
204 /* scb state machine states; these state values are private to this module so
205 ** the scb state cannot be read or set by actions functions
286 /* scb state machine events */
472 /* type for scb event data */
490 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
545 tAVDT_SCB scb[AVDT_NUM_SEPS]; \/* stream control blocks *\/ member in struct:__anon3057
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 6790 camera_data_callback scb = mDataCallback; local
    [all...]

Completed in 204 milliseconds