Home
last modified time | relevance | path

Searched refs:PostThreadCondWait (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp272 bool HardwareComposer::PostThreadCondWait(std::unique_lock<std::mutex>& lock, in PostThreadCondWait() function in android::dvr::HardwareComposer
765 if (PostThreadCondWait(lock, -1, [this] { return boot_finished_; })) { in PostThread()
771 if (PostThreadCondWait(lock, kBootFinishedDisplayOffTimeoutSec, in PostThread()
805 if (PostThreadCondWait(lock, -1, in PostThread()
Dhardware_composer.h461 bool PostThreadCondWait(std::unique_lock<std::mutex>& lock,