Searched refs:rxLinkSpeedMbps (Results 1 – 5 of 5) sorted by relevance
385 int rxLinkSpeedMbps = wifiInfo.getRxLinkSpeedMbps(); in checkDataStallAndThroughputSufficiency() local416 if (rxLinkSpeedMbps > 0) { in checkDataStallAndThroughputSufficiency()419 || rxLinkSpeedMbps > mDeviceConfigFacade.getRxLinkSpeedLowThresholdMbps()) { in checkDataStallAndThroughputSufficiency()420 mRxTputKbps = (int) ((long) rxLinkSpeedMbps * 1000 in checkDataStallAndThroughputSufficiency()
1350 int rxLinkSpeedMbps = wifiInfo.getRxLinkSpeedMbps(); in updateLinkBandwidthTxRxSample() local1353 int rxBandwidthCapMbps = (rxLinkSpeedMbps == LINK_SPEED_UNKNOWN) in updateLinkBandwidthTxRxSample()1354 ? txBandwidthCapMbps : rxLinkSpeedMbps; in updateLinkBandwidthTxRxSample()
5118 line.append(",rx_link_speed_mbps=" + entry.rxLinkSpeedMbps); in printWifiUsabilityStatsEntry()7107 wifiUsabilityStatsEntry.rxLinkSpeedMbps = info.getRxLinkSpeedMbps();7427 s.rxLinkSpeedMbps, s.timeSliceDutyCycleInPercent, contentionTimeStats, rateStats,7605 out.rxLinkSpeedMbps = s.rxLinkSpeedMbps;
823 int probeMcsRateSinceLastUpdate, int rxLinkSpeedMbps, in WifiUsabilityStatsEntry() argument852 mRxLinkSpeedMbps = rxLinkSpeedMbps; in WifiUsabilityStatsEntry()
4187 assertEquals(info.getRxLinkSpeedMbps(), usabilityStats.rxLinkSpeedMbps); in assertUsabilityStatsAssignment()