Searched refs:binderThreadCpuTimesUs (Results 1 – 5 of 5) sorted by relevance
43 public long[] binderThreadCpuTimesUs; field in SystemServerCpuThreadReader.SystemServiceCpuThreadTimes91 mDeltaCpuThreadTimes.binderThreadCpuTimesUs = new long[numCpuFrequencies]; in readDelta()102 long binderThreadCpuTimesUs = processCpuUsage.selectedThreadCpuTimesMillis[i] * 1000; in readDelta() local105 mDeltaCpuThreadTimes.binderThreadCpuTimesUs[i] = in readDelta()106 Math.max(0, binderThreadCpuTimesUs - mLastBinderThreadCpuTimesUs[i]); in readDelta()108 mLastBinderThreadCpuTimesUs[i] = binderThreadCpuTimesUs; in readDelta()125 result.binderThreadCpuTimesUs = new long[numCpuFrequencies]; in readAbsolute()128 result.binderThreadCpuTimesUs[i] = in readAbsolute()
13459 mBinderThreadCpuTimesUs.addCountLocked(systemServiceCpuThreadTimes.binderThreadCpuTimesUs);13465 final long[] binderThreadCpuTimesUs = mBinderThreadCpuTimesUs.getCountsLocked(13477 long binderCountMs = binderThreadCpuTimesUs[index] / 1000;
53 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()66 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()
198 threadTimes.binderThreadCpuTimesUs = in prepareBatteryStats()
1871 times.binderThreadCpuTimesUs);