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