Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DKernelCpuUidTimeReader.java316 private long[] mDeltaTimes; field in KernelCpuUidTimeReader.KernelCpuUidFreqTimeReader
417 mDeltaTimes = new long[mFreqCount]; in readFreqs()
448 mDeltaTimes[i] = mCurTimes[i] - lastTimes[i]; in readDeltaImpl()
449 if (mDeltaTimes[i] < 0) { in readDeltaImpl()
450 Slog.e(mTag, "Negative delta from freq time proc: " + mDeltaTimes[i]); in readDeltaImpl()
453 notify |= mDeltaTimes[i] > 0; in readDeltaImpl()
458 cb.onUidCpuTime(uid, mDeltaTimes); in readDeltaImpl()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95761 Lcom/android/internal/os/KernelUidCpuFreqTimeReader;->mDeltaTimes:[J