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

  /system/bt/bta/av/
bta_av_act.cc 77 tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl) {
82 if (bta_av_cb.rcb[i].shdl == shdl &&
107 if (p_rcb->shdl) {
109 if ((p_rcb->shdl - 1) < BTA_AV_NUM_STRS) {
110 p_scb = bta_av_cb.p_scb[p_rcb->shdl - 1];
113 APPL_TRACE_DEBUG("%s: shdl:%d, srch:%d rc_handle:%d", __func__,
114 p_rcb->shdl, p_scb->rc_handle, p_rcb->handle);
132 p_rcb->shdl = 0;
159 if ((p_cb->disabling) || (bta_av_cb.rcb[i].shdl != 0)
480 uint8_t shdl = 0; local
1055 uint8_t shdl = 0; local
    [all...]
bta_av_int.h 571 uint8_t shdl; /* stream handle (hdi + 1) */ member in struct:__anon1260
672 extern uint8_t bta_av_rc_create(tBTA_AV_CB* p_cb, uint8_t role, uint8_t shdl,
720 extern tBTA_AV_RCB* bta_av_get_rcb_by_shdl(uint8_t shdl);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
sh64.exp 78 "--abi=64" {shdl-1.s shdl-2.s}
81 "--abi=32" {shdl-1.s shdl-2.s}
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java 102 int shdl = getHandleExtra(intent, EXTRA_SHANDLE, 1); local
104 svc.gattTestCommand(0x04, uuid, null, type, shdl, ehdl, 0, 0);

Completed in 587 milliseconds