Home
last modified time | relevance | path

Searched refs:acl_priority (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.cc159 int acl_priority = acl_queue_handler->second.high_priority_ ? 1 : 0; in buffer_packet() local
164 acl_priority); in buffer_packet()
172 acl_priority); in buffer_packet()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h482 tL2CAP_PRIORITY acl_priority; member
484 return acl_priority == L2CAP_PRIORITY_NORMAL; in is_normal_priority()
486 bool is_high_priority() const { return acl_priority == L2CAP_PRIORITY_HIGH; } in is_high_priority()
488 if (acl_priority != priority) { in set_priority()
489 acl_priority = priority; in set_priority()
Dl2c_link.cc593 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) in l2c_link_adjust_allocation()
641 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) { in l2c_link_adjust_allocation()
661 p_lcb->acl_priority, p_lcb->link_xmit_quota); in l2c_link_adjust_allocation()
745 l2cu_set_acl_priority(*bd_addr, p_lcb->acl_priority, true); in l2c_link_role_changed()
Dl2c_ble.cc983 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) in l2c_ble_link_adjust_allocation()
1030 if (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH) { in l2c_ble_link_adjust_allocation()
1050 yy, p_lcb->acl_priority, p_lcb->link_xmit_quota); in l2c_ble_link_adjust_allocation()
Dl2c_utils.cc2131 if ((p_lcb->in_use) && (p_lcb->acl_priority == L2CAP_PRIORITY_HIGH)) { in l2cu_get_num_hi_priority()
2363 if ((!reset_after_rs && (priority != p_lcb->acl_priority)) || in l2cu_set_acl_priority()
2364 (reset_after_rs && p_lcb->acl_priority == L2CAP_PRIORITY_HIGH)) { in l2cu_set_acl_priority()
2390 if (p_lcb->acl_priority != priority) { in l2cu_set_acl_priority()
2391 p_lcb->acl_priority = priority; in l2cu_set_acl_priority()