Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp781 if (mInFlightLock.try_lock()) { in dump()
793 mInFlightLock.unlock(); in dump()
1083 mInFlightLock, mLastCompletedRegularFrameNumber, in processCaptureResult_3_4()
1142 mInFlightLock, mLastCompletedRegularFrameNumber, in processCaptureResult()
1183 mInFlightLock, mLastCompletedRegularFrameNumber, in notify()
2994 std::lock_guard<std::mutex> l(mInFlightLock); in registerInFlight()
3068 mId, mInFlightLock, mInFlightMap, mUseHalBufManager, in flushInflightRequests()
5375 std::lock_guard<std::mutex> l(mInFlightLock); in getExpectedInFlightDuration()
5461 std::lock_guard<std::mutex> l(parent->mInFlightLock); in cleanUpFailedRequests()
6494 std::lock_guard<std::mutex> l(mInFlightLock); in switchToOffline()
H A DCamera3Device.h1102 std::mutex mInFlightLock; variable