Searched refs:getLostTxPacketsPerSecond (Results 1 – 11 of 11) sorted by relevance
110 link.getLostTxPacketsPerSecond() * lastSampleWeight in updateMloRates()151 setLostTxPacketsPerSecond(getLostTxPacketsPerSecond() * lastSampleWeight in updateWifiInfoRates()
165 double txBadPps = wifiInfo.getLostTxPacketsPerSecond(); in adjustThreshold()
886 stats.add(StringUtil.doubleToString(mWifiInfo.getLostTxPacketsPerSecond(), 2)); in logLinkMetrics()924 mloStats.add(StringUtil.doubleToString(link.getLostTxPacketsPerSecond(), 2)); in logLinkMetrics()
412 + wifiInfo.getLostTxPacketsPerSecond() in geTxLinkSpeedWithSufficientTxRate()
2753 pw.println("lostTxPacketsPerSecond: " + info.getLostTxPacketsPerSecond()); in printWifiInfo()
2279 sb.append(", ").append(((int) (mWifiInfo.getLostTxPacketsPerSecond() * 10)) / 10.0); in getLogRecString()
178 assertEquals((double) txb, mWifiInfo.getLostTxPacketsPerSecond(), txb * 0.02); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()189 assertEquals((double) txb, mloLink.getLostTxPacketsPerSecond(), txb * 0.02); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
373 public double getLostTxPacketsPerSecond() { in getLostTxPacketsPerSecond() method in MloLink
365 public double getLostTxPacketsPerSecond() { in getLostTxPacketsPerSecond() method in WifiInfo
871 assertEquals(10, link1.getLostTxPacketsPerSecond(), 0); in testMloLink()
679 method public double getLostTxPacketsPerSecond();