Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
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
Dround_robin_scheduler.cc52 acl_queue_handler acl_queue_handler = {connection_type, std::move(queue), false, 0}; in Register() local
70 auto& acl_queue_handler = acl_queue_handlers_.find(handle)->second; in Unregister() local
100 auto acl_queue_handler = acl_queue_handlers_.find(handle); in SetLinkPriority() local
139 for (auto acl_queue_handler = starting_point_; count > 0; count--) { in start_round_robin() local
165 auto acl_queue_handler = acl_queue_handlers_.find(acl_handle); in buffer_packet() local
211 auto acl_queue_handler = acl_queue_handlers_.find(acl_handle); in drop_packet_fragments() local
237 for (auto acl_queue_handler = acl_queue_handlers_.begin(); in unregister_all_connections() local
288 auto acl_queue_handler = acl_queue_handlers_.find(handle); in incoming_acl_credits() local