Searched defs:monotonicTime (Results 1 – 6 of 6) sorted by relevance
60 public MonotonicClock(long monotonicTime, @NonNull Clock clock) { in MonotonicClock()64 public MonotonicClock(@Nullable File file, long monotonicTime, @NonNull Clock clock) { in MonotonicClock()79 public long monotonicTime() { in monotonicTime() method in MonotonicClock87 public long monotonicTime(long elapsedRealtimeMs) { in monotonicTime() method in MonotonicClock
304 long monotonicTime = Long.parseLong(name.substring(0, b)); in load() local988 long monotonicTime = p.readLong(); in getHistoryBufferStartTime() local
59 public long monotonicTime; field in AggregatedPowerStats.ClockUpdate85 void addClockUpdate(long monotonicTime, @CurrentTimeMillisLong long currentTime) { in addClockUpdate()
197 long monotonicTime = clockUpdates.get(0).monotonicTime; in createPowerStatsSpan() local
319 void addTimeFrame(long monotonicTime, @CurrentTimeMillisLong long wallClockTime, in addTimeFrame()
177 private AggregatedPowerStats createAggregatedPowerStats(long monotonicTime, long currentTime, in createAggregatedPowerStats()