Searched refs:mInFlightMap (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 591 if (mInFlightMap.size() == 0) { in dump() 594 for (size_t i = 0; i < mInFlightMap.size(); i++) { in dump() 595 InFlightRequest r = mInFlightMap.valueAt(i); in dump() 597 " arrived: %s, buffers left: %d\n", mInFlightMap.keyAt(i), in dump() 2835 res = mInFlightMap.add(frameNumber, InFlightRequest(numBuffers, resultExtras, hasInput, in registerInFlight() 2841 if (mInFlightMap.size() == 1) { in registerInFlight() 2856 if (mInFlightMap.size() == 0) { in onInflightEntryRemovedLocked() 2873 if (!mIsConstrainedHighSpeedConfiguration && mInFlightMap.size() > kInFlightWarnLimit) { in checkInflightMapLengthLocked() 2875 mInFlightMap.size(), mExpectedInflightDuration); in checkInflightMapLengthLocked() 2876 } else if (mIsConstrainedHighSpeedConfiguration && mInFlightMap.size() > in checkInflightMapLengthLocked() [all …]
|
D | Camera3Device.h | 1252 camera3::InFlightRequestMap mInFlightMap; variable
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3Device.cpp | 364 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult_3_4() 427 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult() 475 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in notifyHelper() 614 int idx = mInFlightMap.indexOfKey(offlineReq.frameNumber); in switchToOffline() 620 const auto& inflightReq = mInFlightMap.valueAt(idx); in switchToOffline()
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3Device.cpp | 410 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult() 452 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in notify() 592 int idx = mInFlightMap.indexOfKey(offlineReq.frameNumber); in switchToOffline() 598 const auto& inflightReq = mInFlightMap.valueAt(idx); in switchToOffline()
|