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