Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java3343 public void stopAllRunningLocked(long elapsedRealtimeMs) { in stopAllRunningLocked() method in BatteryStatsImpl.StopwatchTimer
3490 public void stopAllRunningLocked(long elapsedRealtimeMs) { in stopAllRunningLocked() method in BatteryStatsImpl.DualTimer
3491 super.stopAllRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked()
3492 mSubTimer.stopAllRunningLocked(elapsedRealtimeMs); in stopAllRunningLocked()
6283 mAudioOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetAudioLocked()
6297 mVideoOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetVideoLocked()
6408 mCameraOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetCameraLocked()
6424 mFlashlightOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetFlashlightLocked()
6520 mBluetoothScanTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetBluetoothScanLocked()
8672 mAudioTurnedOnTimer.stopAllRunningLocked(elapsedRealtimeMs); in noteResetAudioLocked()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73505 Lcom/android/internal/os/BatteryStatsImpl$DualTimer;->stopAllRunningLocked(J)V
73647 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->stopAllRunningLocked(J)V