Home
last modified time | relevance | path

Searched refs:WaitForIdle (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/
Dreactor.h71 bool WaitForIdle(std::chrono::milliseconds timeout);
/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc133 test_registry_.GetTestThread().GetReactor()->WaitForIdle(std::chrono::seconds(2)); in WaitForReactorIdle()
138 return test_registry_.GetTestThread().GetReactor()->WaitForIdle(std::chrono::seconds(2)); in WaitForReactorIdle()
/packages/modules/Bluetooth/system/gd/
Dmodule.h230 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc533 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
558 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
Dhci_layer_unittest.cc115 fake_registry_.GetTestThread().GetReactor()->WaitForIdle(2s), in sync_handler()
Dle_periodic_sync_manager_test.cc163 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dle_scanning_manager_test.cc319 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
Dacl_manager_test.cc171 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
Dle_advertising_manager_test.cc235 thread_.GetReactor()->WaitForIdle(2s), in sync_client_handler()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor.cc278 bool Reactor::WaitForIdle(std::chrono::milliseconds timeout) { in WaitForIdle() function in bluetooth::os::Reactor
Dqueue_unittest.cc70 enqueue_thread_->GetReactor()->WaitForIdle(2s), in sync_enqueue_handler()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc200 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dclassic_impl_test.cc208 thread_->GetReactor()->WaitForIdle(2s); in sync_handler()
Dclassic_acl_connection_test.cc265 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dround_robin_scheduler_test.cc102 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
Dle_impl_test.cc348 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()