Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp396 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()
DFakeComposerClient.h160 mutable android::Mutex mStateMutex; variable
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp86 Mutex::Autolock l(mStateMutex); in waitUntilIdle()
91 res = mStateChanged.waitRelative(mStateMutex, timeout); in waitUntilIdle()
209 Mutex::Autolock l(mStateMutex); in threadLoop()
215 Mutex::Autolock l(mStateMutex); in threadLoop()
DCaptureSequencer.h135 Mutex mStateMutex; // Guards mCaptureState variable