Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2270 Mutex::Autolock l(mOutputLock); in setNotifyCallback()
2289 Mutex::Autolock l(mOutputLock); in waitForNextFrame()
2292 res = mResultSignal.waitRelative(mOutputLock, timeout); in waitForNextFrame()
2306 Mutex::Autolock l(mOutputLock); in getNextResult()
2502 Mutex::Autolock l(mOutputLock); in notifyStatus()
3199 Mutex::Autolock l(mOutputLock); in returnOutputBuffers()
3460 Mutex::Autolock l(mOutputLock); in sendPartialCaptureResult()
3487 Mutex::Autolock l(mOutputLock); in sendCaptureResult()
3798 Mutex::Autolock l(mOutputLock); in notify()
3941 Mutex::Autolock l(mOutputLock); in notifyShutter()
DCamera3Device.h1188 Mutex mOutputLock; variable