Searched refs:L2CA_SetChnlFlushability (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 92 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 D | mock_main_shim_l2cap_api.cc | 71 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 D | mock_stack_l2cap_api.h | 423 struct L2CA_SetChnlFlushability { struct 430 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
|
H A D | mock_main_shim_l2cap_api.h | 381 struct L2CA_SetChnlFlushability { struct 388 extern struct L2CA_SetChnlFlushability L2CA_SetChnlFlushability; argument
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 319 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
|
H A D | l2c_api.cc | 1159 bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable) { in L2CA_SetChnlFlushability() function
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_l2c_api.cc | 114 bool bluetooth::shim::L2CA_SetChnlFlushability(uint16_t cid, in L2CA_SetChnlFlushability() function in bluetooth::shim
|
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 636 extern bool L2CA_SetChnlFlushability(uint16_t cid, bool is_flushable);
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 1506 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 D | bta_av_aact.cc | 1185 L2CA_SetChnlFlushability(p_scb->l2c_cid, true); in bta_av_str_opened()
|