Searched refs:getPowerCounter (Results 1 – 6 of 6) sorted by relevance
176 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()
204 counter.getPowerCounter().getCountLocked(BatteryStats.STATS_SINCE_CHARGED) in calculatePowerMah()
268 totalPowerMah = counter.getPowerCounter().getCountLocked(statsType) in calculateRemaining()
3242 public LongSamplingCounter getPowerCounter() { in getPowerCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl12211 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);
528 public abstract LongCounter getPowerCounter(); in getPowerCounter() method in BatteryStats.ControllerActivityCounter3659 || 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()
38116 Landroid/os/BatteryStats$ControllerActivityCounter;->getPowerCounter()Landroid/os/BatteryStats$Long…76787 Lcom/android/internal/os/BatteryStatsImpl$ControllerActivityCounterImpl;->getPowerCounter()Lcom/and…