Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2613 private BandwidthEstimatorStats.PerBand dumpBandwdithStatsPerBand(int bandIdx) { in dumpBandwdithStatsPerBand() argument
2615 stats.tx = dumpBandwidthStatsPerLink(bandIdx, LINK_TX); in dumpBandwdithStatsPerBand()
2616 stats.rx = dumpBandwidthStatsPerLink(bandIdx, LINK_RX); in dumpBandwdithStatsPerBand()
2621 int bandIdx, int linkIdx) { in dumpBandwidthStatsPerLink() argument
2626 dumpBandwidthStatsPerLevel(bandIdx, linkIdx, level); in dumpBandwidthStatsPerLink()
2636 int bandIdx, int linkIdx, int level) { in dumpBandwidthStatsPerLevel() argument
2637 int count = mBwEstCount[bandIdx][linkIdx][level]; in dumpBandwidthStatsPerLevel()
2645 stats.avgBandwidthKbps = calculateAvg(mBwEstValue[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()
2647 mL2ErrorAccPercent[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()
2649 mBwEstErrorAccPercent[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()
[all …]