Searched refs:mLastThreadCpuTimesUs (Results 1 – 1 of 1) sorted by relevance
33 private long[] mLastThreadCpuTimesUs; field in SystemServerCpuThreadReader86 if (mLastThreadCpuTimesUs == null) { in readDelta()87 mLastThreadCpuTimesUs = new long[numCpuFrequencies]; in readDelta()104 Math.max(0, threadCpuTimesUs - mLastThreadCpuTimesUs[i]); in readDelta()107 mLastThreadCpuTimesUs[i] = threadCpuTimesUs; in readDelta()