Searched refs:mStateMutex (Results 1 – 4 of 4) sorted by relevance
396 Mutex::Autolock _l(mStateMutex); in presentDisplay()549 Mutex::Autolock _l(mStateMutex); in getFrameRects()554 Mutex::Autolock _l(mStateMutex); in getLatestFrame()561 Mutex::Autolock _l(mStateMutex); // I hope this is ok... in runVSyncAndWait()569 Mutex::Autolock _l(mStateMutex); in waitUntilFrame()571 android::status_t result = mFramesAvailable.waitRelative(mStateMutex, maxWait.count()); in waitUntilFrame()581 Mutex::Autolock _l(mStateMutex); in clearFrames()
160 mutable android::Mutex mStateMutex; variable
84 Mutex::Autolock l(mStateMutex); in waitUntilIdle()89 res = mStateChanged.waitRelative(mStateMutex, timeout); in waitUntilIdle()232 Mutex::Autolock l(mStateMutex); in threadLoop()238 Mutex::Autolock l(mStateMutex); in threadLoop()
138 Mutex mStateMutex; // Guards mCaptureState variable