Searched refs:rxLinkSpeed (Results 1 – 4 of 4) sorted by relevance
146 int rxLinkSpeed = wifiInfo.getRxLinkSpeedMbps(); in checkForDataStall() local162 if (rxLinkSpeed > 0) { in checkForDataStall()163 int rxTput = rxLinkSpeed * (100 - ccaLevel); in checkForDataStall()
257 int rxLinkSpeed = wifiInfo.getRxLinkSpeedMbps(); in logLinkMetrics() local268 rssi, filteredRssi, rssiThreshold, freq, txLinkSpeed, rxLinkSpeed, in logLinkMetrics()
1685 public void incrementRxLinkSpeedBandCount(int rxLinkSpeed, int frequency) { in incrementRxLinkSpeedBandCount() argument1687 && rxLinkSpeed >= MIN_LINK_SPEED_MBPS)) { in incrementRxLinkSpeedBandCount()1692 mRxLinkSpeedCount2g.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()1694 mRxLinkSpeedCount5gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()1696 mRxLinkSpeedCount5gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()1698 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
424 public void setRxLinkSpeedMbps(int rxLinkSpeed) { in setRxLinkSpeedMbps() argument425 mRxLinkSpeed = rxLinkSpeed; in setRxLinkSpeedMbps()