/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | round_robin_scheduler.cc | 24 RoundRobinScheduler::RoundRobinScheduler( in RoundRobinScheduler() function in bluetooth::hci::acl_manager::RoundRobinScheduler 37 RoundRobinScheduler::~RoundRobinScheduler() { in ~RoundRobinScheduler() 42 void RoundRobinScheduler::Register(ConnectionType connection_type, uint16_t handle, in Register() 51 void RoundRobinScheduler::Unregister(uint16_t handle) { in Unregister() 70 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority() 79 uint16_t RoundRobinScheduler::GetCredits() { in GetCredits() 83 uint16_t RoundRobinScheduler::GetLeCredits() { in GetLeCredits() 87 void RoundRobinScheduler::start_round_robin() { in start_round_robin() 169 void RoundRobinScheduler::unregister_all_connections() { in unregister_all_connections() 179 void RoundRobinScheduler::send_next_fragment() { in send_next_fragment() [all …]
|
H A D | round_robin_scheduler_test.cc | 83 round_robin_scheduler_ = new RoundRobinScheduler(handler_, controller_, hci_queue_.GetUpEnd()); in SetUp() 165 RoundRobinScheduler* round_robin_scheduler_; 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() 210 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F() 233 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F() 333 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F() 334 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, le_handle, le_connection… in TEST_F() 379 …round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, connection_… in TEST_F() [all …]
|
H A D | round_robin_scheduler.h | 32 class RoundRobinScheduler { 34 RoundRobinScheduler( 36 ~RoundRobinScheduler();
|
H A D | le_impl.h | 55 RoundRobinScheduler* round_robin_scheduler, in le_impl() 191 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_connection_complete() 257 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::LE, handle, queue); in on_le_enhanced_connection_complete() 689 RoundRobinScheduler* round_robin_scheduler_ = nullptr;
|
H A D | classic_impl.h | 45 RoundRobinScheduler* round_robin_scheduler, in classic_impl() 274 round_robin_scheduler_->Register(RoundRobinScheduler::ConnectionType::CLASSIC, handle, queue); in on_connection_complete() 683 RoundRobinScheduler* round_robin_scheduler_ = nullptr;
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
H A D | GraphEnvironment.java | 27 import android.filterfw.core.RoundRobinScheduler; 70 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner() 78 mSyncRunner = new SyncRunner(environment, mGraph, RoundRobinScheduler.class); in getSyncRunner()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | RoundRobinScheduler.java | 28 public class RoundRobinScheduler extends Scheduler { class 32 public RoundRobinScheduler(FilterGraph graph) { in RoundRobinScheduler() method in RoundRobinScheduler
|
H A D | OneShotScheduler.java | 21 import android.filterfw.core.RoundRobinScheduler; 33 public class OneShotScheduler extends RoundRobinScheduler {
|
/aosp12/system/bt/gd/hci/ |
H A D | acl_manager.cc | 52 using acl_manager::RoundRobinScheduler; 61 …round_robin_scheduler_ = new RoundRobinScheduler(handler_, controller_, hci_layer_->GetAclQueueEnd… in Start() 120 RoundRobinScheduler* round_robin_scheduler_ = nullptr; 279 …CallOn(pimpl_->round_robin_scheduler_, &RoundRobinScheduler::SetLinkPriority, handle, high_priorit… in HACK_SetAclTxPriority()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18558 Landroid/filterfw/core/RoundRobinScheduler;-><init>(Landroid/filterfw/core/FilterGraph;)V 18559 Landroid/filterfw/core/RoundRobinScheduler;->mLastPos:I 18560 Landroid/filterfw/core/RoundRobinScheduler;->reset()V 18561 Landroid/filterfw/core/RoundRobinScheduler;->scheduleNextNode()Landroid/filterfw/core/Filter;
|