Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2608 int bandIdx, int linkIdx) { in dumpBandwidthStatsPerLink() argument
2613 dumpBandwidthStatsPerLevel(bandIdx, linkIdx, level); in dumpBandwidthStatsPerLink()
2623 int bandIdx, int linkIdx, int level) { in dumpBandwidthStatsPerLevel() argument
2624 int count = mBwEstCount[bandIdx][linkIdx][level]; in dumpBandwidthStatsPerLevel()
2632 stats.avgBandwidthKbps = calculateAvg(mBwEstValue[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()
2634 mL2ErrorAccPercent[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()
2636 mBwEstErrorAccPercent[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()
2639 mBwEstCount[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()
2640 mBwEstValue[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()
2641 mL2ErrorAccPercent[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()
[all …]