Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1814 WifiLinkLayerStats.RadioStat oldRadio = oldStats.radioStats[i]; in incrementPerRadioUsageStats() local
1815 if (newRadio.radio_id != oldRadio.radio_id) { in incrementPerRadioUsageStats()
1825 += newRadio.on_time - oldRadio.on_time; in incrementPerRadioUsageStats()
1827 += newRadio.tx_time - oldRadio.tx_time; in incrementPerRadioUsageStats()
1829 += newRadio.rx_time - oldRadio.rx_time; in incrementPerRadioUsageStats()
1831 += newRadio.on_time_scan - oldRadio.on_time_scan; in incrementPerRadioUsageStats()
1833 += newRadio.on_time_nan_scan - oldRadio.on_time_nan_scan; in incrementPerRadioUsageStats()
1835 += newRadio.on_time_background_scan - oldRadio.on_time_background_scan; in incrementPerRadioUsageStats()
1837 += newRadio.on_time_roam_scan - oldRadio.on_time_roam_scan; in incrementPerRadioUsageStats()
1839 += newRadio.on_time_pno_scan - oldRadio.on_time_pno_scan; in incrementPerRadioUsageStats()
[all …]