/external/bluetooth/bluedroid/stack/avdt/ |
avdt_l2c.c | 78 tAVDT_TC_TBL *p_tbl; local 90 p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_SIG, p_ccb, AVDT_AD_ST_SEC_ACP); 91 if (p_tbl == NULL) 97 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK); 100 avdt_cb.ad.lcid_tbl[p_tbl->lcid - L2CAP_BASE_APPL_CID] = avdt_ad_tc_tbl_to_idx(p_tbl); 101 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid; 104 p_tbl->state = AVDT_AD_ST_CFG 136 tAVDT_TC_TBL *p_tbl; local 178 tAVDT_TC_TBL *p_tbl = NULL; local 282 tAVDT_TC_TBL *p_tbl; local 354 tAVDT_TC_TBL *p_tbl; local 396 tAVDT_TC_TBL *p_tbl; local 444 tAVDT_TC_TBL *p_tbl; local 473 tAVDT_TC_TBL *p_tbl; local 496 tAVDT_TC_TBL *p_tbl; local 517 tAVDT_TC_TBL *p_tbl; local [all...] |
avdt_ad.c | 110 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local 114 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++) 116 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU; 137 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local 143 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++) 146 if ((p_tbl->tcid == 0) && 147 (p_tbl->state == state)) 157 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++) 162 if ((p_tbl->tcid == 0) && 163 (p_tbl->ccb_idx == ccb_idx) & 234 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local 267 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local 537 tAVDT_TC_TBL *p_tbl; local 611 tAVDT_TC_TBL *p_tbl; local [all...] |
/external/bluetooth/bluedroid/stack/mcap/ |
mca_l2c.c | 75 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; local 85 MCA_TRACE_DEBUG ("lcid:x%x id:x%x", p_tbl->lcid, p_tbl->id); 94 L2CA_ErtmConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK, &ertm_info); 97 p_tbl->state = MCA_TC_ST_CFG; 100 mca_set_cfg_by_tbl (&cfg, p_tbl); 101 L2CA_ConfigReq(p_tbl->lcid, &cfg); 105 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK) 122 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; local 157 tMCA_TC_TBL *p_tbl = NULL; local 234 tMCA_TC_TBL *p_tbl = NULL; local 298 tMCA_TC_TBL *p_tbl; local 368 tMCA_TC_TBL *p_tbl; local 410 tMCA_TC_TBL *p_tbl; local 463 tMCA_TC_TBL *p_tbl; local 496 tMCA_TC_TBL *p_tbl; local 521 tMCA_TC_TBL *p_tbl; local 542 tMCA_TC_TBL *p_tbl; local [all...] |
mca_main.c | 124 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl; local 128 for (i = 0; i < MCA_NUM_TC_TBL; i++, p_tbl++) 130 if (p_tbl->state == MCA_TC_ST_UNUSED) 140 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU; 141 p_tbl->cfg_flags= 0; 142 p_tbl->cb_idx = mca_ccb_to_hdl(p_ccb); 143 p_tbl->tcid = MCA_CTRL_TCID; 144 p_tbl->my_mtu = MCA_CTRL_MTU; 145 p_tbl->state = MCA_TC_ST_IDLE; 146 p_tbl->lcid = p_ccb->lcid 165 tMCA_TC_TBL *p_tbl = mca_cb.tc.tc_tbl; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 98 const PB_DS_CLASS_C_DEC* p_tbl) 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|
iterator.hpp | 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) 126 : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 98 const PB_DS_CLASS_C_DEC* p_tbl) 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|
iterator.hpp | 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) 126 : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 98 const PB_DS_CLASS_C_DEC* p_tbl) 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|
iterator.hpp | 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) 126 : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value), 113 m_p_tbl(p_tbl),
|
iterator.hpp | 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/ |
const_iterator.hpp | 98 const PB_DS_CLASS_C_DEC* p_tbl) 99 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos)
|