Home
last modified time | relevance | path

Searched defs:acl_queue_handler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.cc53 acl_queue_handler acl_queue_handler = {connection_type, std::move(queue), false, 0}; in Register() local
73 auto& acl_queue_handler = acl_queue_handlers_.find(handle)->second; in Unregister() local
104 auto acl_queue_handler = acl_queue_handlers_.find(handle); in SetLinkPriority() local
143 for (auto acl_queue_handler = starting_point_; count > 0; count--) { in start_round_robin() local
169 auto acl_queue_handler = acl_queue_handlers_.find(acl_handle); in buffer_packet() local
215 auto acl_queue_handler = acl_queue_handlers_.find(acl_handle); in drop_packet_fragments() local
241 for (auto acl_queue_handler = acl_queue_handlers_.begin(); in unregister_all_connections() local
292 auto acl_queue_handler = acl_queue_handlers_.find(handle); in incoming_acl_credits() local
Dround_robin_scheduler.h41 struct acl_queue_handler { struct
42 ConnectionType connection_type_;
43 std::shared_ptr<acl_manager::AclConnection::Queue> queue_;
44 bool dequeue_is_registered_ = false;
45 uint16_t number_of_sent_packets_ = 0; // Track credits
46 bool high_priority_ = false; // For A2dp use