Home
last modified time | relevance | path

Searched refs:CLASSIC (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.cc55 if (acl_queue_handler.connection_type_ == ConnectionType::CLASSIC) { in Unregister()
95 … acl_packet_credits_ == 0 && acl_queue_handler->second.connection_type_ == ConnectionType::CLASSIC; in start_round_robin()
120 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()
122 … (connection_type == ConnectionType::CLASSIC ? PacketBoundaryFlag::FIRST_AUTOMATICALLY_FLUSHABLE in buffer_packet()
163 if (connection_type == ConnectionType::CLASSIC) { in handle_enqueue_next_fragment()
180 …bool classic_buffer_full = next_connection_type == ConnectionType::CLASSIC && acl_packet_credits_ … in handle_enqueue_next_fragment()
196 if (acl_queue_handler->second.connection_type_ == ConnectionType::CLASSIC) { in incoming_acl_credits()
Dround_robin_scheduler_test.cc179 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F()
186 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F()
209 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F()
233 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F()
285 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle1, connection… in TEST_F()
286 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle2, connection… in TEST_F()
333 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F()
Dround_robin_scheduler.h37 enum ConnectionType { CLASSIC, LE }; enumerator
Dclassic_impl.h215 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, queue); in on_connection_complete()