HomeSort by relevance Sort by last modified time
    Searched refs:p_tbl (Results 1 - 25 of 35) sorted by null

1 2

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 109 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
113 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++)
115 p_tbl->peer_mtu = L2CAP_DEFAULT_MTU;
136 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
142 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++)
145 if ((p_tbl->tcid == 0) &&
146 (p_tbl->state == state))
156 for (i = 0; i < AVDT_NUM_TC_TBL; i++, p_tbl++)
161 if ((p_tbl->tcid == 0) &&
162 (p_tbl->ccb_idx == ccb_idx) &
233 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
266 tAVDT_TC_TBL *p_tbl = avdt_cb.ad.tc_tbl; local
532 tAVDT_TC_TBL *p_tbl; local
606 tAVDT_TC_TBL *p_tbl; local
    [all...]
avdt_l2c.c 76 tAVDT_TC_TBL *p_tbl; local
87 p_tbl = avdt_ad_tc_tbl_by_st(AVDT_CHAN_SIG, p_ccb, AVDT_AD_ST_SEC_ACP);
88 if (p_tbl == NULL)
94 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK);
97 avdt_cb.ad.lcid_tbl[p_tbl->lcid - L2CAP_BASE_APPL_CID] = avdt_ad_tc_tbl_to_idx(p_tbl);
98 avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][p_tbl->tcid].lcid = p_tbl->lcid;
101 p_tbl->state = AVDT_AD_ST_CFG
132 tAVDT_TC_TBL *p_tbl; local
173 tAVDT_TC_TBL *p_tbl = NULL; local
276 tAVDT_TC_TBL *p_tbl; local
348 tAVDT_TC_TBL *p_tbl; local
390 tAVDT_TC_TBL *p_tbl; local
438 tAVDT_TC_TBL *p_tbl; local
467 tAVDT_TC_TBL *p_tbl; local
490 tAVDT_TC_TBL *p_tbl; local
511 tAVDT_TC_TBL *p_tbl; local
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 74 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; local
82 MCA_TRACE_DEBUG2 ("lcid:x%x id:x%x", p_tbl->lcid, p_tbl->id);
91 L2CA_ErtmConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_OK, L2CAP_CONN_OK, &ertm_info);
94 p_tbl->state = MCA_TC_ST_CFG;
97 mca_set_cfg_by_tbl (&cfg, p_tbl);
98 L2CA_ConfigReq(p_tbl->lcid, &cfg);
102 L2CA_ConnectRsp (bd_addr, p_tbl->id, p_tbl->lcid, L2CAP_CONN_SECURITY_BLOCK, L2CAP_CONN_OK)
119 tMCA_TC_TBL *p_tbl = (tMCA_TC_TBL *)p_ref_data; local
152 tMCA_TC_TBL *p_tbl = NULL; local
229 tMCA_TC_TBL *p_tbl = NULL; local
293 tMCA_TC_TBL *p_tbl; local
363 tMCA_TC_TBL *p_tbl; local
405 tMCA_TC_TBL *p_tbl; local
458 tMCA_TC_TBL *p_tbl; local
491 tMCA_TC_TBL *p_tbl; local
516 tMCA_TC_TBL *p_tbl; local
537 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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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),
  /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)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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)

Completed in 450 milliseconds

1 2