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

  /system/bt/stack/mcap/
mca_l2c.cc 74 tMCA_TC_TBL* p_tbl = (tMCA_TC_TBL*)p_ref_data;
119 tMCA_TC_TBL* p_tbl = (tMCA_TC_TBL*)p_ref_data;
149 tMCA_TC_TBL* p_tbl = NULL;
223 tMCA_TC_TBL* p_tbl = NULL;
284 tMCA_TC_TBL* p_tbl;
343 tMCA_TC_TBL* p_tbl;
380 tMCA_TC_TBL* p_tbl;
427 tMCA_TC_TBL* p_tbl
    [all...]
mca_int.h 163 /* Configuration flags. tMCA_TC_TBL.cfg_flags */
171 #define MCA_CTRL_TCID 0 /* to identify control channel by tMCA_TC_TBL.tcid */
185 } tMCA_TC_TBL;
189 tMCA_TC_TBL tc_tbl[MCA_NUM_TC_TBL];
322 extern tMCA_TC_TBL* mca_tc_tbl_calloc(tMCA_CCB* p_ccb);
323 extern tMCA_TC_TBL* mca_tc_tbl_dalloc(tMCA_DCB* p_dcb);
324 extern tMCA_TC_TBL* mca_tc_tbl_by_lcid(uint16_t lcid);
326 extern void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO* p_cfg, tMCA_TC_TBL* p_tbl);
327 extern void mca_tc_close_ind(tMCA_TC_TBL* p_tbl, uint16_t reason);
328 extern void mca_tc_open_ind(tMCA_TC_TBL* p_tbl)
    [all...]
mca_main.cc 113 tMCA_TC_TBL* mca_tc_tbl_calloc(tMCA_CCB* p_ccb) {
114 tMCA_TC_TBL* p_tbl = mca_cb.tc.tc_tbl;
151 tMCA_TC_TBL* mca_tc_tbl_dalloc(tMCA_DCB* p_dcb) {
152 tMCA_TC_TBL* p_tbl = mca_cb.tc.tc_tbl;
190 tMCA_TC_TBL* mca_tc_tbl_by_lcid(uint16_t lcid) {
234 void mca_set_cfg_by_tbl(tL2CAP_CFG_INFO* p_cfg, tMCA_TC_TBL* p_tbl) {
272 void mca_tc_close_ind(tMCA_TC_TBL* p_tbl, uint16_t reason) {
322 void mca_tc_open_ind(tMCA_TC_TBL* p_tbl) {
373 void mca_tc_cong_ind(tMCA_TC_TBL* p_tbl, bool is_congested) {
408 void mca_tc_data_ind(tMCA_TC_TBL* p_tbl, BT_HDR* p_buf)
    [all...]
mca_api.cc 309 tMCA_TC_TBL* p_tbl;
671 tMCA_TC_TBL* p_tbl;
mca_cact.cc 443 tMCA_TC_TBL* p_tbl;

Completed in 7223 milliseconds