Searched refs:L2CA_SetAclPriority (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 82 struct L2CA_SetAclPriority L2CA_SetAclPriority; variable 209 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority() function 211 return test::mock::stack_l2cap_api::L2CA_SetAclPriority(bd_addr, priority); in L2CA_SetAclPriority()
|
H A D | mock_main_shim_l2cap_api.cc | 58 struct L2CA_SetAclPriority L2CA_SetAclPriority; variable 167 bool bluetooth::shim::L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority() function in bluetooth::shim 169 return test::mock::main_shim_l2cap_api::L2CA_SetAclPriority(handle, in L2CA_SetAclPriority() 172 bool bluetooth::shim::L2CA_SetAclPriority(const RawAddress& bd_addr, in L2CA_SetAclPriority() function in bluetooth::shim
|
H A D | mock_stack_l2cap_api.h | 304 struct L2CA_SetAclPriority { struct 313 extern struct L2CA_SetAclPriority L2CA_SetAclPriority; argument
|
H A D | mock_main_shim_l2cap_api.h | 227 struct L2CA_SetAclPriority { struct 234 extern struct L2CA_SetAclPriority L2CA_SetAclPriority; argument
|
/aosp12/system/bt/gd/hci/ |
H A D | acl_manager.h | 47 bool L2CA_SetAclPriority(uint16_t, bool); 56 friend bool bluetooth::shim::L2CA_SetAclPriority(uint16_t, bool);
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 296 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority);
|
H A D | l2c_api.cc | 840 bool L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority() function 845 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority() function 847 return L2CA_SetAclPriority(handle, priority == L2CAP_PRIORITY_HIGH); in L2CA_SetAclPriority()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_l2c_api.cc | 109 bool bluetooth::shim::L2CA_SetAclPriority(const RawAddress& bd_addr, in L2CA_SetAclPriority() function in bluetooth::shim
|
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 612 extern bool L2CA_SetAclPriority(const RawAddress& bd_addr,
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 1002 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority() function 1004 return bluetooth::shim::L2CA_SetAclPriority(bd_addr, priority); in L2CA_SetAclPriority()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_act.cc | 1095 L2CA_SetAclPriority(p_scb->PeerAddress(), L2CAP_PRIORITY_HIGH); in bta_av_stream_chg() 1098 L2CA_SetAclPriority(p_scb->PeerAddress(), L2CAP_PRIORITY_NORMAL); in bta_av_stream_chg()
|