Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsScheduler.java118 long currentMonotonicTime = mMonotonicClock.monotonicTime(); in aggregateAndStorePowerStats() local
124 mAggregatedPowerStatsSpanDuration, currentMonotonicTime, currentTimeMillis); in aggregateAndStorePowerStats()
125 while (endTimeMs <= currentMonotonicTime) { in aggregateAndStorePowerStats()
180 long currentMonotonicTime, long currentTimeMillis) { in alignToWallClock() argument
183 long targetWallClockTime = currentTimeMillis + (targetMonotonicTime - currentMonotonicTime); in alignToWallClock()