Home
last modified time | relevance | path

Searched refs:WaitForUnregisteredReactable (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/os/
Dqueue.h199 reactor->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in UnregisterEnqueue()
230 reactor->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in UnregisterDequeue()
Dreactor.h68 bool WaitForUnregisteredReactable(std::chrono::milliseconds timeout);
Dhandler.cc74 thread_->GetReactor()->WaitForUnregisteredReactable(timeout), in WaitUntilStopped()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactor_unittest.cc258 ASSERT_FALSE(reactor_->WaitForUnregisteredReactable(std::chrono::milliseconds(1))); in TEST_F()
279 ASSERT_TRUE(reactor_->WaitForUnregisteredReactable(std::chrono::milliseconds(1))); in TEST_F()
Dreactor.cc266 bool Reactor::WaitForUnregisteredReactable(std::chrono::milliseconds timeout) { in WaitForUnregisteredReactable() function in bluetooth::os::Reactor
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc188 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop()
Dhci_hal_host.cc326 … hci_incoming_thread_.GetReactor()->WaitForUnregisteredReactable(std::chrono::milliseconds(1000)); in Stop()