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()
295 mOfflineReqs, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult()
330 mOfflineReqs, mOutputLock, mResultQueue, mResultSignal, in notify()
DCamera3OfflineSession.h227 std::mutex mOutputLock; variable
DCamera3Device.cpp1063 std::lock_guard<std::mutex> l(mOutputLock); in processCaptureResult_3_4()
1083 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult_3_4()
1121 std::lock_guard<std::mutex> l(mOutputLock); in processCaptureResult()
1142 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult()
1175 std::lock_guard<std::mutex> l(mOutputLock); in notify()
1183 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in notify()
1954 std::lock_guard<std::mutex> l(mOutputLock); in setNotifyCallback()
1972 std::unique_lock<std::mutex> l(mOutputLock); in waitForNextFrame()
1985 std::lock_guard<std::mutex> l(mOutputLock); in getNextResult()
2205 std::lock_guard<std::mutex> l(mOutputLock); in notifyStatus()
[all …]
DCamera3Device.h1185 std::mutex mOutputLock; variable