Home
last modified time | relevance | path

Searched refs:currFrequency (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java328 int currFrequency = wifiInfo.getFrequency(); in checkDataStallAndThroughputSufficiency() local
329 mWifiChannelUtilization.refreshChannelStatsAndChannelUtilization(newStats, currFrequency); in checkDataStallAndThroughputSufficiency()
330 int ccaLevel = mWifiChannelUtilization.getUtilizationRatio(currFrequency); in checkDataStallAndThroughputSufficiency()
331 mWifiMetrics.incrementChannelUtilizationCount(ccaLevel, currFrequency); in checkDataStallAndThroughputSufficiency()
337 wifiInfo.getRssi(), currFrequency, ccaLevel) * 1000; in checkDataStallAndThroughputSufficiency()
339 wifiInfo.getRssi(), currFrequency, ccaLevel) * 1000; in checkDataStallAndThroughputSufficiency()
343 mWifiMetrics.incrementThroughputKbpsCount(mTxTputKbps, mRxTputKbps, currFrequency); in checkDataStallAndThroughputSufficiency()
388 && mLastFrequency == currFrequency); in checkDataStallAndThroughputSufficiency()
389 mLastFrequency = currFrequency; in checkDataStallAndThroughputSufficiency()
427 mWifiMetrics.incrementThroughputKbpsCount(mTxTputKbps, mRxTputKbps, currFrequency); in checkDataStallAndThroughputSufficiency()