Home
last modified time | relevance | path

Searched refs:computeRunTimeLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsTimerTest.java51 protected long computeRunTimeLocked(long curBatteryRealtime) { in computeRunTimeLocked() method in BatteryStatsTimerTest.TestTimer
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1749 protected abstract long computeRunTimeLocked(long curBatteryRealtime); in computeRunTimeLocked() method in BatteryStatsImpl.Timer
1772 + computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs))); in writeToParcel()
1776 out.writeLong(computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs))); in writeToParcel()
1789 mUnpluggedTime = computeRunTimeLocked(baseRealtime); in onTimeStarted()
1804 mTotalTime = computeRunTimeLocked(baseRealtime); in onTimeStopped()
1830 long val = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs)); in getTotalTimeLocked()
1854 long val = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs)); in getTimeSinceMarkLocked()
1871 long runTime = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs)); in writeSummaryFromParcelLocked()
1963 mTotalTime = computeRunTimeLocked(0 /* unused by us */); in endSample()
2042 protected long computeRunTimeLocked(long curBatteryRealtime) { in computeRunTimeLocked() method in BatteryStatsImpl.SamplingTimer
[all …]
/frameworks/base/config/
Dboot-image-profile.txt38611 HSPLcom/android/internal/os/BatteryStatsImpl$BatchTimer;->computeRunTimeLocked(J)J
38680 HSPLcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->computeRunTimeLocked(J)J
38688 HSPLcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->computeRunTimeLocked(J)J