Searched refs:PostThreadCondWait (Results 1 – 2 of 2) sorted by relevance
272 bool HardwareComposer::PostThreadCondWait(std::unique_lock<std::mutex>& lock, in PostThreadCondWait() function in android::dvr::HardwareComposer765 if (PostThreadCondWait(lock, -1, [this] { return boot_finished_; })) { in PostThread()771 if (PostThreadCondWait(lock, kBootFinishedDisplayOffTimeoutSec, in PostThread()805 if (PostThreadCondWait(lock, -1, in PostThread()
461 bool PostThreadCondWait(std::unique_lock<std::mutex>& lock,