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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 503 final SuperCollapsedBlock scb = (SuperCollapsedBlock) v; local
504 scb.bind(this);
  /system/bt/bta/pan/
bta_pan_int.h 144 BOOLEAN in_use; /* scb in use */
160 tBTA_PAN_SCB scb[BTA_PAN_NUM_CONN]; /* state machine control blocks */ member in struct:__anon73252
  /system/bt/bta/hf_client/
bta_hf_client_int.h 182 tBTA_HF_CLIENT_SCB scb; /* service control block */ member in struct:__anon72920
  /system/bt/bta/ag/
bta_ag_int.h 264 BOOLEAN in_use; /* scb in use */
309 tBTA_AG_SCB *p_curr_scb; /* SCB associated with SCO connection */
310 tBTA_AG_SCB *p_xfer_scb; /* SCB associated with SCO transfer */
321 tBTA_AG_SCB scb[BTA_AG_NUM_SCB]; /* service control blocks */ member in struct:__anon72741
  /system/bt/bta/hl/
bta_hl_int.h 562 tBTA_HL_SDP_CB scb[BTA_HL_NUM_SDP_CBACKS]; member in struct:__anon72972
    [all...]
  /system/bt/stack/avdt/
avdt_int.h 90 /* to distinguish CCB events from SCB events */
100 ** | BT_HDR | SCB handles | L2CAP + HCI header | AVDTP header | data ... |
102 ** Note that we "hide" the scb handles at the top of the message buffer.
106 /* scb transport channel connect timeout value (in milliseconds) */
109 /* scb transport channel disconnect timeout value (in milliseconds) */
202 /* scb state machine states; these state values are private to this module so
203 ** the scb state cannot be read or set by actions functions
284 /* scb state machine events */
475 /* type for scb event data */
493 tAVDT_CCB *p_ccb; /* ccb associated with this scb */
548 tAVDT_SCB scb[AVDT_NUM_SEPS]; \/* stream control blocks *\/ member in struct:__anon73562
    [all...]

Completed in 146 milliseconds