Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DOneShotTimer.cpp50 mLastResetTime = std::chrono::steady_clock::time_point::min(); in OneShotTimer()
162 triggerTime = mLastResetTime.load() + mInterval.load(); in loop()
187 mLastResetTime = mClock->now(); in reset()
DOneShotTimer.h114 std::atomic<std::chrono::steady_clock::time_point> mLastResetTime; variable
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java190 private long mLastResetTime; field in ShortcutPackage
781 if (ShortcutService.isClockValid(now) && mLastResetTime > now) { in getApiCallCount()
784 mLastResetTime = now; in getApiCallCount()
790 if (mLastResetTime < last) { in getApiCallCount()
793 getPackageName(), mLastResetTime, now, last)); in getApiCallCount()
796 mLastResetTime = last; in getApiCallCount()
831 mLastResetTime = 0; in resetRateLimitingForCommandLineNoSaving()
1732 pw.print(mLastResetTime); in dump()
1734 pw.print(ShortcutService.formatTime(mLastResetTime)); in dump()
1846 ShortcutService.writeAttr(out, ATTR_LAST_RESET, mLastResetTime); in saveToXml()
[all …]