/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/ |
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.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)
|
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.9/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)
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_int.h | 310 extern void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO *p_cfg, tMCA_TC_TBL *p_tbl); 311 extern void mca_tc_close_ind(tMCA_TC_TBL *p_tbl, UINT16 reason); 312 extern void mca_tc_open_ind(tMCA_TC_TBL *p_tbl); 313 extern void mca_tc_cong_ind(tMCA_TC_TBL *p_tbl, BOOLEAN is_congested); 314 extern void mca_tc_data_ind(tMCA_TC_TBL *p_tbl, BT_HDR *p_buf);
|
mca_api.c | 340 tMCA_TC_TBL *p_tbl; local 362 p_tbl = mca_tc_tbl_calloc(p_ccb); 363 if (p_tbl) 365 p_tbl->state = MCA_TC_ST_CONN; 739 tMCA_TC_TBL *p_tbl; local 759 p_tbl = mca_tc_tbl_dalloc(p_dcb); 760 if (p_tbl) 762 p_tbl->state = MCA_TC_ST_CONN; [all...] |
mca_cact.c | 469 tMCA_TC_TBL *p_tbl; local 515 p_tbl = mca_tc_tbl_dalloc(p_dcb); 516 if (p_tbl) 518 p_tbl->state = MCA_TC_ST_CONN;
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_int.h | 692 extern UINT8 avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL *p_tbl); 693 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason); 694 extern void avdt_ad_tc_open_ind(tAVDT_TC_TBL *p_tbl); 695 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL *p_tbl, BOOLEAN is_congested); 696 extern void avdt_ad_tc_data_ind(tAVDT_TC_TBL *p_tbl, BT_HDR *p_buf);
|
avdt_msg.c | 1201 tAVDT_TC_TBL *p_tbl; local [all...] |
avdt_api.c | 1352 tAVDT_TC_TBL *p_tbl; local [all...] |
avdt_scb_act.c | 2086 tAVDT_TC_TBL *p_tbl; local [all...] |