Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessProfileRecord.java137 final AtomicLong mLastCpuTime = new AtomicLong(0); field in ProcessProfileRecord
695 final long lastCpuTime = mLastCpuTime.get(); in dumpCputime()
H A DAppProfiler.java315 private final AtomicLong mLastCpuTime = new AtomicLong(0); field in AppProfiler
2004 if (mLastCpuTime.get() >= now - MONITOR_CPU_MIN_TIME) { in updateCpuStats()
2023 && mLastCpuTime.get() < (now - MONITOR_CPU_MIN_TIME)) { in updateCpuStatsNow()
2024 mLastCpuTime.set(now); in updateCpuStatsNow()
2089 profile.mLastCpuTime.compareAndSet(0, curCpuTime); in updateCpuStatsNow()
2161 long nextCpuDelay = (mLastCpuTime.get() + MONITOR_CPU_MAX_TIME) - now; in run()
H A DProcessList.java4507 long lastCpuTime = r.mProfile.mLastCpuTime.get();
4645 long lastCpuTime = r.mProfile.mLastCpuTime.get();
H A DOomAdjuster.java3170 app.mProfile.mLastCpuTime.set(0); in applyOomAdjLSP()
H A DActivityManagerService.java16327 final long lastCpuTime = profile.mLastCpuTime.get(); in updateAppProcessCpuTimeLPr()
16349 profile.mLastCpuTime.set(curCpuTime); in updateAppProcessCpuTimeLPr()