Home
last modified time | relevance | path

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

/hardware/interfaces/cas/1.1/vts/functional/
DVtsHalCasV1_1TargetTest.cpp173 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
185 android::Mutex::Autolock autoLock(mMsgLock); in onSessionEvent()
208 android::Mutex mMsgLock; member in __anone8b01e030111::MediaCasListener
219 android::Mutex::Autolock autoLock(mMsgLock); in testEventEcho()
221 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testEventEcho()
240 android::Mutex::Autolock autoLock(mMsgLock); in testSessionEventEcho()
242 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testSessionEventEcho()
/hardware/interfaces/cas/1.0/vts/functional/
DVtsHalCasV1_0TargetTest.cpp169 android::Mutex::Autolock autoLock(mMsgLock); in onEvent()
187 android::Mutex mMsgLock; member in __anon40200ee10111::MediaCasListener
198 android::Mutex::Autolock autoLock(mMsgLock); in testEventEcho()
200 if (-ETIMEDOUT == mMsgCondition.waitRelative(mMsgLock, WAIT_TIMEOUT)) { in testEventEcho()