Searched defs:acl_queue_handler (Results 1 – 2 of 2) sorted by relevance
53 acl_queue_handler acl_queue_handler = {connection_type, std::move(queue), false, 0}; in Register() local73 auto& acl_queue_handler = acl_queue_handlers_.find(handle)->second; in Unregister() local104 auto acl_queue_handler = acl_queue_handlers_.find(handle); in SetLinkPriority() local143 for (auto acl_queue_handler = starting_point_; count > 0; count--) { in start_round_robin() local169 auto acl_queue_handler = acl_queue_handlers_.find(acl_handle); in buffer_packet() local215 auto acl_queue_handler = acl_queue_handlers_.find(acl_handle); in drop_packet_fragments() local241 for (auto acl_queue_handler = acl_queue_handlers_.begin(); in unregister_all_connections() local292 auto acl_queue_handler = acl_queue_handlers_.find(handle); in incoming_acl_credits() local
41 struct acl_queue_handler { struct42 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 credits46 bool high_priority_ = false; // For A2dp use