Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h144 msgCondition.signal(); in onMessages()
207 ? msgCondition.wait(msgLock)
208 : msgCondition.waitRelative(msgLock, delayUs * 1000ll);
214 android::Condition msgCondition; member