Searched refs:computeRunTimeLocked (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsTimerTest.java | 53 protected long computeRunTimeLocked(long curBatteryRealtime, long elapsedRealtimeUs) { in computeRunTimeLocked() method in BatteryStatsTimerTest.TestTimer
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 2545 + computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs), in writeToParcel() 2549 out.writeLong(computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs), in writeToParcel() 2554 protected abstract long computeRunTimeLocked(long curBatteryRealtime, in computeRunTimeLocked() method in BatteryStatsImpl.Timer 2594 mTotalTimeUs = computeRunTimeLocked(baseRealtimeUs, elapsedRealtimeUs); in onTimeStopped() 2618 return computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs), in getTotalTimeLocked() 2629 long val = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs), in getTimeSinceMarkLocked() 2642 long runTimeUs = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs), in writeSummaryFromParcelLocked() 2737 mTotalTimeUs = computeRunTimeLocked(0 /* unused by us */, elapsedRealtimeUs); in endSample() 2825 protected long computeRunTimeLocked(long curBatteryRealtime, long elapsedRealtimeUs) { in computeRunTimeLocked() method in BatteryStatsImpl.SamplingTimer 2971 protected long computeRunTimeLocked(long curBatteryRealtimeUs, long elapsedRealtimeUs) { in computeRunTimeLocked() method in BatteryStatsImpl.BatchTimer [all …]
|
/aosp14/frameworks/base/config/ |
H A D | boot-profile.txt | 195 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->computeRunTimeLocked(J)J 217 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->computeRunTimeLocked(J)J
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9301 HSPLcom/android/server/power/stats/BatteryStatsImpl$BatchTimer;->computeRunTimeLocked(JJ)J 9396 HSPLcom/android/server/power/stats/BatteryStatsImpl$SamplingTimer;->computeRunTimeLocked(JJ)J 9403 HSPLcom/android/server/power/stats/BatteryStatsImpl$StopwatchTimer;->computeRunTimeLocked(JJ)J+]Lja…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 73406 Lcom/android/internal/os/BatteryStatsImpl$BatchTimer;->computeRunTimeLocked(J)J 73610 Lcom/android/internal/os/BatteryStatsImpl$SamplingTimer;->computeRunTimeLocked(J)J 73630 Lcom/android/internal/os/BatteryStatsImpl$StopwatchTimer;->computeRunTimeLocked(J)J 73687 Lcom/android/internal/os/BatteryStatsImpl$Timer;->computeRunTimeLocked(J)J
|