Searched refs:computeRunTimeLocked (Results 1 – 2 of 2) sorted by relevance
51 protected long computeRunTimeLocked(long curBatteryRealtime) { in computeRunTimeLocked() method in BatteryStatsTimerTest.TestTimer
1296 protected abstract long computeRunTimeLocked(long curBatteryRealtime); in computeRunTimeLocked() method in BatteryStatsImpl.Timer1319 + computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs))); in writeToParcel()1323 out.writeLong(computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs))); in writeToParcel()1336 mUnpluggedTime = computeRunTimeLocked(baseRealtime); in onTimeStarted()1351 mTotalTime = computeRunTimeLocked(baseRealtime); in onTimeStopped()1377 long val = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs)); in getTotalTimeLocked()1401 long val = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs)); in getTimeSinceMarkLocked()1418 long runTime = computeRunTimeLocked(mTimeBase.getRealtime(elapsedRealtimeUs)); in writeSummaryFromParcelLocked()1510 mTotalTime = computeRunTimeLocked(0 /* unused by us */); in endSample()1589 protected long computeRunTimeLocked(long curBatteryRealtime) { in computeRunTimeLocked() method in BatteryStatsImpl.SamplingTimer[all …]