Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1257 Mutex::Autolock l(mOutputLock); in setNotifyCallback()
1275 Mutex::Autolock l(mOutputLock); in waitForNextFrame()
1278 res = mResultSignal.waitRelative(mOutputLock, timeout); in waitForNextFrame()
1292 Mutex::Autolock l(mOutputLock); in getNextResult()
1390 Mutex::Autolock l(mOutputLock); in flush()
1500 Mutex::Autolock l(mOutputLock); in notifyStatus()
1948 Mutex::Autolock l(mOutputLock); in processPartial3AResult()
2135 Mutex::Autolock l(mOutputLock); in sendCaptureResult()
2398 Mutex::Autolock l(mOutputLock); in notify()
2498 Mutex::Autolock l(mOutputLock); in notifyShutter()
DCamera3Device.h734 Mutex mOutputLock; variable