Searched refs:tL2CAP_CHNL_PRIORITY (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 66 typedef uint8_t tL2CAP_CHNL_PRIORITY; typedef 624 extern bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.h | 318 std::function<bool(uint16_t cid, tL2CAP_CHNL_PRIORITY priority)> body{ 319 [](uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { return false; }}; 320 bool operator()(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in operator()
|
H A D | mock_main_shim_l2cap_api.h | 360 std::function<bool(uint16_t cid, tL2CAP_CHNL_PRIORITY priority)> body{ 361 [](uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { return false; }}; 362 bool operator()(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in operator()
|
H A D | mock_stack_l2cap_utils.cc | 132 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()
|
H A D | mock_stack_l2cap_api.cc | 213 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
H A D | mock_main_shim_l2cap_api.cc | 231 tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 307 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
H A D | l2c_api.cc | 1139 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_l2c_api.cc | 131 tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_int.h | 331 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */ 685 extern void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority);
|
H A D | l2c_api.cc | 1021 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
H A D | l2c_utils.cc | 1310 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()
|