Home
last modified time | relevance | path

Searched refs:WaitUntilStopped (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/
H A Dstack_manager.cc90 handler_->WaitUntilStopped(std::chrono::milliseconds(2000)); in ShutDown()
H A Dmodule.cc113 instance->second->handler_->WaitUntilStopped(kModuleStopTimeout); in StopAll()
/aosp12/system/bt/gd/os/linux_generic/
H A Dhandler.cc87 void Handler::WaitUntilStopped(std::chrono::milliseconds timeout) { in WaitUntilStopped() function in bluetooth::os::Handler
/aosp12/system/bt/gd/os/
H A Dhandler.h53 void WaitUntilStopped(std::chrono::milliseconds timeout);
/aosp12/system/bt/gd/hci/
H A Dcontroller_test.cc460 handler.WaitUntilStopped(std::chrono::milliseconds(100)); in TEST_F()