Home
last modified time | relevance | path

Searched refs:L2CA_SetChnlFlushability (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc92 struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; variable
255 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
257 return test::mock::stack_l2cap_api::L2CA_SetChnlFlushability(cid, in L2CA_SetChnlFlushability()
H A Dmock_main_shim_l2cap_api.cc71 struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; variable
241 bool bluetooth::shim::L2CA_SetChnlFlushability(uint16_t cid, in L2CA_SetChnlFlushability() function in bluetooth::shim
244 return test::mock::main_shim_l2cap_api::L2CA_SetChnlFlushability( in L2CA_SetChnlFlushability()
H A Dmock_stack_l2cap_api.h423 struct L2CA_SetChnlFlushability { struct
430 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
H A Dmock_main_shim_l2cap_api.h381 struct L2CA_SetChnlFlushability { struct
388 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
/aosp12/system/bt/main/shim/
H A Dl2c_api.h319 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
H A Dl2c_api.cc1159 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc114 bool bluetooth::shim::L2CA_SetChnlFlushability(uint16_t cid, in L2CA_SetChnlFlushability() function in bluetooth::shim
/aosp12/system/bt/stack/include/
H A Dl2c_api.h636 extern bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1506 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
1508 return bluetooth::shim::L2CA_SetChnlFlushability(cid, is_flushable); in L2CA_SetChnlFlushability()
/aosp12/system/bt/bta/av/
H A Dbta_av_aact.cc1185 L2CA_SetChnlFlushability(p_scb->l2c_cid, true); in bta_av_str_opened()