Searched refs:mFrameCountMutex (Results 1 – 3 of 3) sorted by relevance
1921 Mutex::Autolock lock(mFrameCountMutex); in stopPreview()2224 Mutex::Autolock lock(mFrameCountMutex); in autoFocus()2228 ret = mFirstFrameCondition.waitRelative(mFrameCountMutex, in autoFocus()2255 Mutex::Autolock lock(mFrameCountMutex); in takePicture()2259 ret = mFirstFrameCondition.waitRelative(mFrameCountMutex, in takePicture()3085 Mutex::Autolock lock(mFrameCountMutex); in recalculateFPS()
957 Mutex::Autolock lock(mFrameCountMutex); in stopImageCapture()972 Mutex::Autolock lock(mFrameCountMutex); in stopImageCapture()
908 Mutex mFrameCountMutex; variable