Searched refs:mFrameCountMutex (Results 1 – 3 of 3) sorted by relevance
1953 Mutex::Autolock lock(mFrameCountMutex); in stopPreview()1963 ret = mFirstFrameCondition.waitRelative(mFrameCountMutex, in stopPreview()2270 Mutex::Autolock lock(mFrameCountMutex); in autoFocus()2274 ret = mFirstFrameCondition.waitRelative(mFrameCountMutex, in autoFocus()2301 Mutex::Autolock lock(mFrameCountMutex); in takePicture()2305 ret = mFirstFrameCondition.waitRelative(mFrameCountMutex, in takePicture()3184 Mutex::Autolock lock(mFrameCountMutex); in recalculateFPS()
962 Mutex::Autolock lock(mFrameCountMutex); in stopImageCapture()977 Mutex::Autolock lock(mFrameCountMutex); in stopImageCapture()
939 Mutex mFrameCountMutex; variable