Searched refs:CLASSIC (Results 1 – 4 of 4) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | round_robin_scheduler.cc | 55 if (acl_queue_handler.connection_type_ == ConnectionType::CLASSIC) { in Unregister() 93 … bool classic_buffer_full = acl_packet_credits_ == 0 && connection_type == ConnectionType::CLASSIC; in start_round_robin() 115 … acl_packet_credits_ == 0 && acl_queue_handler->second.connection_type_ == ConnectionType::CLASSIC; in start_round_robin() 140 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet() 189 if (connection_type == ConnectionType::CLASSIC) { in handle_enqueue_next_fragment() 206 …bool classic_buffer_full = next_connection_type == ConnectionType::CLASSIC && acl_packet_credits_ … in handle_enqueue_next_fragment() 230 if (acl_queue_handler->second.connection_type_ == ConnectionType::CLASSIC) { in incoming_acl_credits()
|
D | round_robin_scheduler_test.cc | 179 …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() 379 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F()
|
D | round_robin_scheduler.h | 38 enum ConnectionType { CLASSIC, LE }; enumerator
|
D | classic_impl.h | 274 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, queue); in on_connection_complete()
|