Home
last modified time | relevance | path

Searched defs:timeDeltaLastTwoPollsMs (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDataStall.java362 int timeDeltaLastTwoPollsMs = (int) (newStats.timeStampInMs - oldStats.timeStampInMs); in checkDataStallAndThroughputSufficiency() local
455 private int detectConsecutiveTwoDataStalls(String ifaceName, int timeDeltaLastTwoPollsMs, in detectConsecutiveTwoDataStalls()
526 boolean isTxTrafficHigh, boolean isRxTrafficHigh, int timeDeltaLastTwoPollsMs) { in isThroughputSufficientInternal()
H A DWifiMetrics.java796 public void incrementDurationCount(int timeDeltaLastTwoPollsMs, in incrementDurationCount()