Searched refs:binderThreadCpuTimesUs (Results 1 – 5 of 5) sorted by relevance
44 public long[] binderThreadCpuTimesUs; field in SystemServerCpuThreadReader.SystemServiceCpuThreadTimes92 mDeltaCpuThreadTimes.binderThreadCpuTimesUs = new long[numCpuFrequencies]; in readDelta()103 long binderThreadCpuTimesUs = processCpuUsage.selectedThreadCpuTimesMillis[i] * 1000; in readDelta() local106 mDeltaCpuThreadTimes.binderThreadCpuTimesUs[i] = in readDelta()107 Math.max(0, binderThreadCpuTimesUs - mLastBinderThreadCpuTimesUs[i]); in readDelta()109 mLastBinderThreadCpuTimesUs[i] = binderThreadCpuTimesUs; in readDelta()126 result.binderThreadCpuTimesUs = new long[numCpuFrequencies]; in readAbsolute()129 result.binderThreadCpuTimesUs[i] = in readAbsolute()
14205 mBinderThreadCpuTimesUs.addCountLocked(systemServiceCpuThreadTimes.binderThreadCpuTimesUs);14210 final long[] binderThreadCpuTimesUs = mBinderThreadCpuTimesUs.getCountsLocked(14222 long binderCountMs = binderThreadCpuTimesUs[index] / 1000;
61 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()74 assertThat(systemServiceCpuThreadTimes.binderThreadCpuTimesUs) in testReadDelta()
246 threadTimes.binderThreadCpuTimesUs = in prepareBatteryStats()
2122 times.binderThreadCpuTimesUs);