Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBluetoothPowerCalculator.java179 final BatteryStats.LongCounter txTimeCounter = counter.getTxTimeCounters()[0]; in calculatePowerAndDuration() local
182 final long txTimeMs = txTimeCounter.getCountLocked(BatteryStats.STATS_SINCE_CHARGED); in calculatePowerAndDuration()
232 txTimeCounter.getCountForProcessState(processState), in calculatePowerAndDuration()
H A DWifiPowerCalculator.java181 final BatteryStats.LongCounter txTimeCounter = counter.getTxTimeCounters()[0]; in calculateApp() local
185 final long txTime = txTimeCounter.getCountLocked(statsType); in calculateApp()
213 txTimeCounter.getCountForProcessState(processState), in calculateApp()