Searched refs:mLastThreadCpuTimesUs (Results 1 – 1 of 1) sorted by relevance
34 private long[] mLastThreadCpuTimesUs; field in SystemServerCpuThreadReader87 if (mLastThreadCpuTimesUs == null) { in readDelta()88 mLastThreadCpuTimesUs = new long[numCpuFrequencies]; in readDelta()105 Math.max(0, threadCpuTimesUs - mLastThreadCpuTimesUs[i]); in readDelta()108 mLastThreadCpuTimesUs[i] = threadCpuTimesUs; in readDelta()