Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp2998 mExpectedInflightDuration += maxExpectedDuration; in registerInFlight()
3013 mExpectedInflightDuration -= duration; in onInflightEntryRemovedLocked()
3020 if (mExpectedInflightDuration > kMinWarnInflightDuration) { in checkInflightMapLengthLocked()
3023 mInFlightMap.size(), mExpectedInflightDuration); in checkInflightMapLengthLocked()
3028 mInFlightMap.size(), mExpectedInflightDuration); in checkInflightMapLengthLocked()
3034 mExpectedInflightDuration = 0; in onInflightMapFlushedLocked()
5314 return mExpectedInflightDuration > kMinInflightDuration ? in getExpectedInFlightDuration()
5315 mExpectedInflightDuration : kMinInflightDuration; in getExpectedInFlightDuration()
DCamera3Device.h1099 nsecs_t mExpectedInflightDuration = 0; variable