Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dreactor.h69 bool WaitForIdle(std::chrono::milliseconds timeout);
/system/bt/gd/
Dmodule.h228 if (!GetTestThread().GetReactor()->WaitForIdle(std::chrono::milliseconds(100))) { in WaitForIdleAndStopAll()
/system/bt/gd/os/linux_generic/
Dreactor.cc230 bool Reactor::WaitForIdle(std::chrono::milliseconds timeout) { in WaitForIdle() function in bluetooth::os::Reactor