Searched refs:kMinInflightDuration (Results 1 – 2 of 2) sorted by relevance
311 static const nsecs_t kMinInflightDuration = 5000000000; // 5 s variable
5314 return mExpectedInflightDuration > kMinInflightDuration ? in getExpectedInFlightDuration()5315 mExpectedInflightDuration : kMinInflightDuration; in getExpectedInFlightDuration()