Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h477 bool PostThreadCondWait(std::unique_lock<std::mutex>& lock,
H A Dhardware_composer.cpp275 bool HardwareComposer::PostThreadCondWait(std::unique_lock<std::mutex>& lock, in PostThreadCondWait() function in android::dvr::HardwareComposer
786 if (PostThreadCondWait(lock, -1, in PostThread()