Home
last modified time | relevance | path

Searched refs:tAVDT_TC_TBL (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/avdt/
Davdt_ad.cc102 tAVDT_TC_TBL* p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_init()
124 tAVDT_TC_TBL* avdt_ad_tc_tbl_by_st(uint8_t type, tAVDT_CCB* p_ccb, in avdt_ad_tc_tbl_by_st()
127 tAVDT_TC_TBL* p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_tc_tbl_by_st()
176 tAVDT_TC_TBL* avdt_ad_tc_tbl_by_lcid(uint16_t lcid) { in avdt_ad_tc_tbl_by_lcid()
199 tAVDT_TC_TBL* avdt_ad_tc_tbl_by_type(uint8_t type, tAVDT_CCB* p_ccb, in avdt_ad_tc_tbl_by_type()
203 tAVDT_TC_TBL* p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_tc_tbl_by_type()
230 tAVDT_TC_TBL* avdt_ad_tc_tbl_alloc(tAVDT_CCB* p_ccb) { in avdt_ad_tc_tbl_alloc()
232 tAVDT_TC_TBL* p_tbl = avdt_cb.ad.tc_tbl; in avdt_ad_tc_tbl_alloc()
262 uint8_t avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL* p_tbl) { in avdt_ad_tc_tbl_to_idx()
282 void avdt_ad_tc_close_ind(tAVDT_TC_TBL* p_tbl, UNUSED_ATTR uint16_t reason) { in avdt_ad_tc_close_ind()
[all …]
Davdt_l2c.cc81 tAVDT_TC_TBL* p_tbl; in avdt_sec_check_complete_term()
136 tAVDT_TC_TBL* p_tbl; in avdt_sec_check_complete_orig()
172 tAVDT_TC_TBL* p_tbl = NULL; in avdt_l2c_connect_ind_cback()
286 tAVDT_TC_TBL* p_tbl; in avdt_l2c_connect_cfm_cback()
359 tAVDT_TC_TBL* p_tbl; in avdt_l2c_config_cfm_cback()
398 tAVDT_TC_TBL* p_tbl; in avdt_l2c_config_ind_cback()
440 tAVDT_TC_TBL* p_tbl; in avdt_l2c_disconnect_ind_cback()
467 tAVDT_TC_TBL* p_tbl; in avdt_l2c_disconnect_cfm_cback()
489 tAVDT_TC_TBL* p_tbl; in avdt_l2c_congestion_ind_cback()
509 tAVDT_TC_TBL* p_tbl; in avdt_l2c_data_ind_cback()
Davdt_int.h497 } tAVDT_TC_TBL; typedef
508 tAVDT_TC_TBL tc_tbl[AVDT_NUM_TC_TBL];
665 extern tAVDT_TC_TBL* avdt_ad_tc_tbl_by_st(uint8_t type, tAVDT_CCB* p_ccb,
667 extern tAVDT_TC_TBL* avdt_ad_tc_tbl_by_lcid(uint16_t lcid);
668 extern tAVDT_TC_TBL* avdt_ad_tc_tbl_alloc(tAVDT_CCB* p_ccb);
669 extern uint8_t avdt_ad_tc_tbl_to_idx(tAVDT_TC_TBL* p_tbl);
670 extern void avdt_ad_tc_close_ind(tAVDT_TC_TBL* p_tbl, uint16_t reason);
671 extern void avdt_ad_tc_open_ind(tAVDT_TC_TBL* p_tbl);
672 extern void avdt_ad_tc_cong_ind(tAVDT_TC_TBL* p_tbl, bool is_congested);
673 extern void avdt_ad_tc_data_ind(tAVDT_TC_TBL* p_tbl, BT_HDR* p_buf);
[all …]
Davdt_api.cc1030 tAVDT_TC_TBL* p_tbl; in AVDT_SendReport()
Davdt_msg.cc1034 tAVDT_TC_TBL* p_tbl; in avdt_msg_send()