Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/
H A Dperformance_hint.cpp88 int64_t mLastTargetMetTimestamp; member
165 mLastTargetMetTimestamp(0) { in APerformanceHintSession()
198 mLastTargetMetTimestamp = 0; in updateTargetWorkDuration()
216 if (!mFirstTargetMetTimestamp || !mLastTargetMetTimestamp || in reportActualWorkDuration()
217 (now - mLastTargetMetTimestamp > 2 * mPreferredRateNanos)) { in reportActualWorkDuration()
225 now - mLastTargetMetTimestamp <= mPreferredRateNanos) { in reportActualWorkDuration()
228 mLastTargetMetTimestamp = now; in reportActualWorkDuration()
237 mLastTargetMetTimestamp = 0; in reportActualWorkDuration()