Searched refs:endMonotonicTime (Results 1 – 2 of 2) sorted by relevance
234 long endMonotonicTime = timeFrame.startMonotonicTime + timeFrame.duration; in getLastSavedSpanEndMonotonicTime() local235 if (endMonotonicTime > mLastSavedSpanEndMonotonicTime) { in getLastSavedSpanEndMonotonicTime()236 mLastSavedSpanEndMonotonicTime = endMonotonicTime; in getLastSavedSpanEndMonotonicTime()
77 long endMonotonicTime = startMonotonicTime + timeFrame.duration; in exportAggregatedPowerStats() local81 if (endMonotonicTime > spanMaxTime) { in exportAggregatedPowerStats()82 spanMaxTime = endMonotonicTime; in exportAggregatedPowerStats()