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

/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp255 bool HardwareComposer::PostThreadCondWait(std::unique_lock<std::mutex>& lock, function in class:android::dvr::HardwareComposer
749 if (PostThreadCondWait(lock, -1, [this] { return boot_finished_; })) {
755 if (PostThreadCondWait(lock, kBootFinishedDisplayOffTimeoutSec,
784 if (PostThreadCondWait(lock, -1,
H A Dhardware_composer.h451 bool PostThreadCondWait(std::unique_lock<std::mutex>& lock,

Completed in 59 milliseconds