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

  /system/bt/bta/ag/
bta_ag_main.cc 248 * Returns pointer to the scb, or NULL if none could be allocated.
252 tBTA_AG_SCB* p_scb = &bta_ag_cb.scb[0];
312 if (bta_ag_cb.scb[idx].in_use) {
328 * Description Given a pointer to an scb, return its index.
331 * Returns Index of scb.
336 return ((uint16_t)(p_scb - bta_ag_cb.scb)) + 1;
343 * Description Given an scb index return pointer to scb.
346 * Returns Pointer to scb or NULL if not allocated.
354 p_scb = &bta_ag_cb.scb[idx - 1]
    [all...]
bta_ag_sco.cc 91 /* match callback to scb; first check current sco scb */
95 /* then check for scb connected to this peer */
135 "bta_ag_sco_disc_cback(): scb[0] addr: 0x%08x in_use: %u sco_idx: 0x%x "
137 &bta_ag_cb.scb[0], bta_ag_cb.scb[0].in_use, bta_ag_cb.scb[0].sco_idx,
138 bta_ag_cb.scb[0].state);
140 "bta_ag_sco_disc_cback(): scb[1] addr: 0x%08x in_use: %u sco_idx: 0x%x "
142 &bta_ag_cb.scb[1], bta_ag_cb.scb[1].in_use, bta_ag_cb.scb[1].sco_idx
    [all...]
bta_ag_api.cc 57 if (bta_ag_cb.scb[idx].in_use) {
bta_ag_act.cc 196 /* Issue collision for this scb for now. */
428 if (bta_ag_cb.scb[i].in_use && bta_ag_cb.scb[i].svc_conn)
437 /* else close port and deallocate scb */
522 for (i = 0, ag_scb = &bta_ag_cb.scb[0]; i < BTA_AG_NUM_SCB; i++, ag_scb++) {
bta_ag_int.h 240 bool in_use; /* scb in use */
285 tBTA_AG_SCB* p_curr_scb; /* SCB associated with SCO connection */
286 tBTA_AG_SCB* p_xfer_scb; /* SCB associated with SCO transfer */
294 tBTA_AG_SCB scb[BTA_AG_NUM_SCB]; /* service control blocks */ member in struct:__anon112773
bta_ag_sdp.cc 98 * distinguish scb from the callback we need separate
99 * callbacks for each scb.
241 tBTA_AG_SCB* p = &bta_ag_cb.scb[0];
261 /* if service registered for this scb and not registered for any other scb
bta_ag_cmd.cc 973 for (i = 0, ag_scb = &bta_ag_cb.scb[0]; i < BTA_AG_NUM_SCB;
    [all...]
  /system/bt/bta/pan/
bta_pan_main.cc 134 * Returns pointer to the scb, or NULL if none could be allocated.
138 tBTA_PAN_SCB* p_scb = &bta_pan_cb.scb[0];
173 APPL_TRACE_EVENT("PAN scb=%d event=0x%x state=%d", bta_pan_scb_to_idx(p_scb),
242 /* allocate an scb */
272 * Description Given a pointer to an scb, return its index.
275 * Returns Index of scb.
279 return ((uint8_t)(p_scb - bta_pan_cb.scb)) + 1;
286 * Description Find scb associated with handle.
289 * Returns Pointer to scb or NULL if not found.
293 tBTA_PAN_SCB* p_scb = &bta_pan_cb.scb[0]
    [all...]
bta_pan_int.h 122 bool in_use; /* scb in use */
135 tBTA_PAN_SCB scb[BTA_PAN_NUM_CONN]; /* state machine control blocks */ member in struct:__anon113264
bta_pan_act.cc 99 /* allocate an scb */
273 p_scb = &bta_pan_cb.scb[index];
289 p_scb = &bta_pan_cb.scb[index];
414 tBTA_PAN_SCB* p_scb = &bta_pan_cb.scb[0];
  /system/bt/bta/hl/
bta_hl_act.cc     [all...]
bta_hl_int.h 525 tBTA_HL_SDP_CB scb[BTA_HL_NUM_SDP_CBACKS]; member in struct:__anon112986
    [all...]
  /frameworks/base/libs/hwui/
ClipArea.cpp 395 inline static const RectangleList& getRectList(const ClipBase* scb) {
396 return reinterpret_cast<const ClipRectList*>(scb)->rectList;
399 inline static const SkRegion& getRegion(const ClipBase* scb) {
400 return reinterpret_cast<const ClipRegion*>(scb)->region;
405 static bool cannotFitInRectangleList(const ClipArea& clipArea, const ClipBase* scb) {
409 int recordedRectCount = (scb->mode == ClipMode::RectangleList)
410 ? getRectList(scb).getTransformedRectanglesCount()
  /external/syslinux/core/lwip/src/api/
sockets.c 1238 struct lwip_select_cb *scb; local
    [all...]
  /system/bt/stack/avdt/
avdt_scb.cc     [all...]
avdt_ccb_act.cc 112 tAVDT_SCB* p_scb = &avdt_cb.scb[0];
146 tAVDT_SCB* p_scb = &avdt_cb.scb[0];
207 /* look up scb for seid sent to us */
274 * reject event to each SCB associated with the command.
342 * suspend reject event to each SCB associated with the
524 * to the SCB for each stream.
537 /* send start event to each scb */
599 * to the SCB for each stream.
612 /* send start event to each scb */
637 tAVDT_SCB* p_scb = &avdt_cb.scb[0]
    [all...]
avdt_int.h 75 /* to distinguish CCB events from SCB events */
82 * | BT_HDR | SCB handles | L2CAP + HCI header | AVDTP header | data ... |
84 * Note that we "hide" the scb handles at the top of the message buffer.
88 /* scb transport channel connect timeout value (in milliseconds) */
91 /* scb transport channel disconnect timeout value (in milliseconds) */
182 /* scb state machine states; these state values are private to this module so
183 * the scb state cannot be read or set by actions functions
264 /* scb state machine events */
452 /* type for scb event data */
470 tAVDT_CCB* p_ccb; /* ccb associated with this scb */
516 tAVDT_SCB scb[AVDT_NUM_SEPS]; \/* stream control blocks *\/ member in struct:__anon113592
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 503 final SuperCollapsedBlock scb = (SuperCollapsedBlock) v; local
504 scb.bind(this);
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 

Completed in 533 milliseconds