Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBluetoothPowerCalculator.java187 + counter.getRxTimeCounter().getCountLocked(BatteryStats.STATS_SINCE_CHARGED) in calculateDuration()
218 counter.getRxTimeCounter().getCountLocked(BatteryStats.STATS_SINCE_CHARGED); in calculatePowerMah()
H A DWifiPowerCalculator.java205 final long rxTime = counter.getRxTimeCounter().getCountLocked(statsType); in calculateApp()
263 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(statsType); in calculateRemaining()
H A DBatteryStatsImpl.java3225 public LongSamplingCounter getRxTimeCounter() { in getRxTimeCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl
12115 activityCounter.getRxTimeCounter().addCountLocked(scanRxTimeSinceMarkMs); in updateWifiState()
12182 uid.getOrCreateWifiControllerActivityLocked().getRxTimeCounter() in updateWifiState()
12195 mWifiActivity.getRxTimeCounter().addCountLocked( in updateWifiState()
12303 mModemActivity.getRxTimeCounter().addCountLocked(deltaInfo.getReceiveTimeMillis()); in noteModemControllerActivity()
12424 activityCounter.getRxTimeCounter().addCountLocked(rxMs); in noteModemControllerActivity()
12654 counter.getRxTimeCounter().addCountLocked(scanTimeRxSinceMarkMs); in updateBluetoothStateLocked()
12722 counter.getRxTimeCounter().addCountLocked(timeRxMs); in updateBluetoothStateLocked()
12745 mBluetoothActivity.getRxTimeCounter().addCountLocked(rxTimeMs); in updateBluetoothStateLocked()
14497 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(which);
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java167 controller.getRxTimeCounter().getCountLocked(STATS_SINCE_CHARGED)); in writeUid()
186 controller.getRxTimeCounter().getCountLocked(STATS_SINCE_CHARGED)); in writeUid()
205 controller.getRxTimeCounter().getCountLocked(STATS_SINCE_CHARGED)); in writeUid()
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java513 public abstract LongCounter getRxTimeCounter(); in getRxTimeCounter() method in BatteryStats.ControllerActivityCounter
3658 || counter.getRxTimeCounter().getCountLocked(which) != 0 in controllerActivityHasData()
3692 pw.print(counter.getRxTimeCounter().getCountLocked(which)); in dumpControllerActivityLine()
3720 counter.getRxTimeCounter().getCountLocked(which)); in dumpControllerActivityProto()
3753 final long rxTimeMs = counter.getRxTimeCounter().getCountLocked(which); in printControllerActivity()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38117 Landroid/os/BatteryStats$ControllerActivityCounter;->getRxTimeCounter()Landroid/os/BatteryStats$Lon…
76788 Lcom/android/internal/os/BatteryStatsImpl$ControllerActivityCounterImpl;->getRxTimeCounter()Lcom/an…