Searched refs:WaitForIdle (Results 1 – 16 of 16) sorted by relevance
/packages/modules/Bluetooth/system/gd/os/ |
D | reactor.h | 71 bool WaitForIdle(std::chrono::milliseconds timeout);
|
/packages/modules/Bluetooth/system/gd/storage/ |
D | storage_module_test.cc | 133 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/ |
D | module.h | 230 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 533 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F() 558 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(1)); in TEST_F()
|
D | hci_layer_unittest.cc | 115 fake_registry_.GetTestThread().GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_periodic_sync_manager_test.cc | 163 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_scanning_manager_test.cc | 319 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
|
D | acl_manager_test.cc | 171 thread_.GetReactor()->WaitForIdle(std::chrono::seconds(2)), in sync_client_handler()
|
D | le_advertising_manager_test.cc | 235 thread_.GetReactor()->WaitForIdle(2s), in sync_client_handler()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | reactor.cc | 278 bool Reactor::WaitForIdle(std::chrono::milliseconds timeout) { in WaitForIdle() function in bluetooth::os::Reactor
|
D | queue_unittest.cc | 70 enqueue_thread_->GetReactor()->WaitForIdle(2s), in sync_enqueue_handler()
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection_test.cc | 200 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | classic_impl_test.cc | 208 thread_->GetReactor()->WaitForIdle(2s); in sync_handler()
|
D | classic_acl_connection_test.cc | 265 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | round_robin_scheduler_test.cc | 102 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|
D | le_impl_test.cc | 348 thread_->GetReactor()->WaitForIdle(2s), in sync_handler()
|