Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h139 android::Mutex::Autolock autoLock(msgLock); in onMessages()
153 android::Mutex::Autolock autoLock(msgLock);
206 (timeoutUs < 0) ? msgCondition.wait(msgLock)
207 : msgCondition.waitRelative(msgLock, delayUs * 1000LL);
212 android::Mutex msgLock; member