Searched refs:cpuFreqs (Results 1 – 3 of 3) sorted by relevance
47 void onCpuFreqs(long[] cpuFreqs); in onCpuFreqs() argument
10347 public void onCpuFreqs(long[] cpuFreqs) { in readKernelUidCpuFreqTimesLocked()10348 mCpuFreqs = cpuFreqs; in readKernelUidCpuFreqTimesLocked()
3343 final long[] cpuFreqs = getCpuFreqs(); in dumpCheckinLocked() local3344 if (cpuFreqs != null) { in dumpCheckinLocked()3346 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpCheckinLocked()3347 sb.append((i == 0 ? "" : ",") + cpuFreqs[i]); in dumpCheckinLocked()4523 final long[] cpuFreqs = getCpuFreqs(); in dumpLocked() local4524 if (cpuFreqs != null) { in dumpLocked()4527 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpLocked()4528 sb.append(" " + cpuFreqs[i]); in dumpLocked()