Home
last modified time | relevance | path

Searched refs:L2CA_SetTxPriority (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc83 struct L2CA_SetTxPriority L2CA_SetTxPriority; variable
213 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
215 return test::mock::stack_l2cap_api::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
H A Dmock_main_shim_l2cap_api.cc69 struct L2CA_SetTxPriority L2CA_SetTxPriority; variable
230 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority() function in bluetooth::shim
233 return test::mock::main_shim_l2cap_api::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
H A Dmock_stack_l2cap_api.h317 struct L2CA_SetTxPriority { struct
324 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
H A Dmock_main_shim_l2cap_api.h359 struct L2CA_SetTxPriority { struct
366 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
/aosp12/system/bt/stack/avct/
H A Davct_lcb_act.cc228 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
238 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
/aosp12/system/bt/main/shim/
H A Dl2c_api.h307 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
H A Dl2c_api.cc1139 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc130 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority() function in bluetooth::shim
/aosp12/system/bt/stack/include/
H A Dl2c_api.h624 extern bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
/aosp12/system/bt/stack/avdt/
H A Davdt_ad.cc359 L2CA_SetTxPriority(avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid, in avdt_ad_tc_open_ind()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1021 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
1023 return bluetooth::shim::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
/aosp12/system/bt/bta/av/
H A Dbta_av_aact.cc1184 L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_HIGH); in bta_av_str_opened()