Searched refs:getNumSpeedStepsInCpuCluster (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DCpuPowerCalculator.java41 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster);
50 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster);
H A DPowerProfile.java357 public int getNumSpeedStepsInCpuCluster(int index) { method in class:PowerProfile
H A DBatteryStatsImpl.java7336 mBsi.mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != numSpeeds) {
8719 final int numSpeedSteps = mPowerProfile.getNumSpeedStepsInCpuCluster(i);
10232 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(
11576 mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != NSB) {

Completed in 72 milliseconds