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.h136 msgCondition.signal(); in onMessages()
199 ? msgCondition.wait(msgLock)
200 : msgCondition.waitRelative(msgLock, delayUs * 1000ll);
206 android::Condition msgCondition; member