Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OfflineSession.cpp205 std::unique_lock<std::mutex> lk(mOutputLock); in waitForNextFrame()
218 std::lock_guard<std::mutex> l(mOutputLock); in getNextResult()
255 mOfflineReqs, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult_3_4()
294 mOfflineReqs, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult()
328 mOfflineReqs, mOutputLock, mResultQueue, mResultSignal, in notify()
DCamera3OfflineSession.h227 std::mutex mOutputLock; variable
DCamera3Device.cpp1029 std::lock_guard<std::mutex> l(mOutputLock); in processCaptureResult_3_4()
1049 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult_3_4()
1086 std::lock_guard<std::mutex> l(mOutputLock); in processCaptureResult()
1107 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult()
1139 std::lock_guard<std::mutex> l(mOutputLock); in notify()
1147 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in notify()
1877 std::lock_guard<std::mutex> l(mOutputLock); in setNotifyCallback()
1895 std::unique_lock<std::mutex> l(mOutputLock); in waitForNextFrame()
1908 std::lock_guard<std::mutex> l(mOutputLock); in getNextResult()
2104 std::lock_guard<std::mutex> l(mOutputLock); in notifyStatus()
[all …]
DCamera3Device.h1096 std::mutex mOutputLock; variable