Searched refs:tL2CAP_PRIORITY (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/include/ |
D | l2c_api.h | 60 } tL2CAP_PRIORITY; typedef 613 tL2CAP_PRIORITY priority);
|
/system/bt/test/mock/ |
D | mock_stack_l2cap_api.h | 305 std::function<bool(const RawAddress& bd_addr, tL2CAP_PRIORITY priority)> body{ 306 [](const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { 309 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator()
|
D | mock_main_shim_l2cap_api.h | 239 std::function<bool(const RawAddress& bd_addr, tL2CAP_PRIORITY priority)> body{ 240 [](const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { 243 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator()
|
D | mock_stack_l2cap_utils.cc | 65 bool l2cu_set_acl_priority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority, in l2cu_set_acl_priority()
|
D | mock_stack_l2cap_api.cc | 209 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|
D | mock_main_shim_l2cap_api.cc | 173 tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|
/system/bt/stack/l2cap/ |
D | l2c_int.h | 486 tL2CAP_PRIORITY acl_priority; 491 bool set_priority(tL2CAP_PRIORITY priority) { in set_priority() 680 tL2CAP_PRIORITY priority,
|
D | l2c_api.cc | 1002 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|
D | l2c_utils.cc | 2215 bool l2cu_set_acl_priority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority, in l2cu_set_acl_priority()
|
/system/bt/main/shim/ |
D | l2c_api.h | 296 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority);
|
D | l2c_api.cc | 845 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|
/system/bt/stack/test/common/ |
D | mock_main_shim_l2c_api.cc | 110 tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|