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 calculatePowerAndDuration()
282 totalPowerMah = counter.getPowerCounter().getCountLocked(statsType) in calculateRemaining()
3936 public LongSamplingCounter getPowerCounter() { in getPowerCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl12117 mWifiActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateWifiState()12258 mModemActivity.getPowerCounter().addCountLocked((long) energyUsed); in noteModemControllerActivity()12931 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()14734 final long energyConsumedMaMs = counter.getPowerCounter().getCountLocked(which);14779 final long energyConsumedMaMs = counter.getPowerCounter().getCountLocked(which);
544 public abstract LongCounter getPowerCounter(); in getPowerCounter() method in BatteryStats.ControllerActivityCounter4013 || counter.getPowerCounter().getCountLocked(which) != 0 in controllerActivityHasData()4048 pw.print(counter.getPowerCounter().getCountLocked(which) / (MILLISECONDS_IN_HOUR)); in dumpControllerActivityLine()4076 counter.getPowerCounter().getCountLocked(which) / (MILLISECONDS_IN_HOUR)); in dumpControllerActivityProto()4108 final long powerDrainMaMs = counter.getPowerCounter().getCountLocked(which); in printControllerActivity()
34793 Landroid/os/BatteryStats$ControllerActivityCounter;->getPowerCounter()Landroid/os/BatteryStats$Long…73464 Lcom/android/internal/os/BatteryStatsImpl$ControllerActivityCounterImpl;->getPowerCounter()Lcom/and…