Searched refs:mInFlightMap (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 614 if (mInFlightMap.size() == 0) { in dump() 617 for (size_t i = 0; i < mInFlightMap.size(); i++) { in dump() 618 InFlightRequest r = mInFlightMap.valueAt(i); in dump() 620 " arrived: %s, buffers left: %d\n", mInFlightMap.keyAt(i), in dump() 2917 res = mInFlightMap.add(frameNumber, InFlightRequest(numBuffers, resultExtras, hasInput, in registerInFlight() 2923 if (mInFlightMap.size() == 1) { in registerInFlight() 2938 if (mInFlightMap.size() == 0) { in onInflightEntryRemovedLocked() 2955 if (!mIsConstrainedHighSpeedConfiguration && mInFlightMap.size() > kInFlightWarnLimit) { in checkInflightMapLengthLocked() 2957 mInFlightMap.size(), mExpectedInflightDuration); in checkInflightMapLengthLocked() 2958 } else if (mIsConstrainedHighSpeedConfiguration && mInFlightMap.size() > in checkInflightMapLengthLocked() [all …]
|
D | Camera3Device.h | 1351 camera3::InFlightRequestMap mInFlightMap; variable
|
/frameworks/av/services/camera/libcameraservice/device3/hidl/ |
D | HidlCamera3Device.cpp | 369 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult_3_4() 432 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult() 480 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in notifyHelper() 619 int idx = mInFlightMap.indexOfKey(offlineReq.frameNumber); in switchToOffline() 625 const auto& inflightReq = mInFlightMap.valueAt(idx); in switchToOffline()
|
/frameworks/av/services/camera/libcameraservice/device3/aidl/ |
D | AidlCamera3Device.cpp | 416 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in processCaptureResult() 458 mInFlightMap, mOutputLock, mResultQueue, mResultSignal, in notify() 598 int idx = mInFlightMap.indexOfKey(offlineReq.frameNumber); in switchToOffline() 604 const auto& inflightReq = mInFlightMap.valueAt(idx); in switchToOffline()
|