Searched refs:txLinkSpeed (Results 1 – 4 of 4) sorted by relevance
145 int txLinkSpeed = wifiInfo.getLinkSpeed(); in checkForDataStall() local158 if (txLinkSpeed > 0) { in checkForDataStall()159 int txTput = txLinkSpeed * (100 - txPer) * (100 - ccaLevel); in checkForDataStall()
256 int txLinkSpeed = wifiInfo.getLinkSpeed(); in logLinkMetrics() local268 rssi, filteredRssi, rssiThreshold, freq, txLinkSpeed, rxLinkSpeed, in logLinkMetrics()
1660 public void incrementTxLinkSpeedBandCount(int txLinkSpeed, int frequency) { in incrementTxLinkSpeedBandCount() argument1662 && txLinkSpeed >= MIN_LINK_SPEED_MBPS)) { in incrementTxLinkSpeedBandCount()1667 mTxLinkSpeedCount2g.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()1669 mTxLinkSpeedCount5gLow.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()1671 mTxLinkSpeedCount5gMid.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()1673 mTxLinkSpeedCount5gHigh.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
406 public void setTxLinkSpeedMbps(int txLinkSpeed) { in setTxLinkSpeedMbps() argument407 mTxLinkSpeed = txLinkSpeed; in setTxLinkSpeedMbps()