Searched refs:mExpectedInflightDuration (Results 1 – 2 of 2) sorted by relevance
2998 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()
1099 nsecs_t mExpectedInflightDuration = 0; variable