Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java176 controller.getPowerCounter().getCountLocked(STATS_SINCE_CHARGED)); in writeUid()
195 controller.getPowerCounter().getCountLocked(STATS_SINCE_CHARGED)); in writeUid()
214 controller.getPowerCounter().getCountLocked(STATS_SINCE_CHARGED)); in writeUid()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBluetoothPowerCalculator.java204 counter.getPowerCounter().getCountLocked(BatteryStats.STATS_SINCE_CHARGED) in calculatePowerMah()
H A DWifiPowerCalculator.java268 totalPowerMah = counter.getPowerCounter().getCountLocked(statsType) in calculateRemaining()
H A DBatteryStatsImpl.java3242 public LongSamplingCounter getPowerCounter() { in getPowerCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl
12211 mWifiActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateWifiState()
12328 mModemActivity.getPowerCounter().addCountLocked((long) energyUsed); in noteModemControllerActivity()
12757 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()
14498 final long energyConsumedMaMs = counter.getPowerCounter().getCountLocked(which);
14543 final long energyConsumedMaMs = counter.getPowerCounter().getCountLocked(which);
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java528 public abstract LongCounter getPowerCounter(); in getPowerCounter() method in BatteryStats.ControllerActivityCounter
3659 || counter.getPowerCounter().getCountLocked(which) != 0 in controllerActivityHasData()
3694 pw.print(counter.getPowerCounter().getCountLocked(which) / (MILLISECONDS_IN_HOUR)); in dumpControllerActivityLine()
3722 counter.getPowerCounter().getCountLocked(which) / (MILLISECONDS_IN_HOUR)); in dumpControllerActivityProto()
3754 final long powerDrainMaMs = counter.getPowerCounter().getCountLocked(which); in printControllerActivity()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38116 Landroid/os/BatteryStats$ControllerActivityCounter;->getPowerCounter()Landroid/os/BatteryStats$Long…
76787 Lcom/android/internal/os/BatteryStatsImpl$ControllerActivityCounterImpl;->getPowerCounter()Lcom/and…