Home
last modified time | relevance | path

Searched refs:getNumSpeedStepsInCpuCluster (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DPowerProfileTest.java51 assertEquals(3, mProfile.getNumSpeedStepsInCpuCluster(0)); in testPowerProfile()
53 assertEquals(4, mProfile.getNumSpeedStepsInCpuCluster(1)); in testPowerProfile()
DKernelCpuUidFreqTimeReaderTest.java295 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)).thenReturn(clusterFreqs[i]); in setCpuClusterFreqs()
DBatteryStatsCpuTimesTest.java212 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testUpdateClusterSpeedTimes()
629 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()
739 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_partialTimers()
/frameworks/base/core/java/com/android/internal/os/
DCpuPowerCalculator.java40 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster); in calculateApp()
DPowerProfile.java400 public int getNumSpeedStepsInCpuCluster(int cluster) { in getNumSpeedStepsInCpuCluster() method in PowerProfile
DKernelCpuUidTimeReader.java393 if (numClusterFreqs.get(i) != powerProfile.getNumSpeedStepsInCpuCluster(i)) { in readFreqs()
DBatteryStatsImpl.java8585 … mBsi.mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != numSpeeds) { in readFromParcelLocked()
9884 final int numSpeedSteps = mPowerProfile.getNumSpeedStepsInCpuCluster(i); in setPowerProfileLocked()
11894 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()
11940 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()
13830 mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != NSB) { in readSummaryFromParcel()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java342 final int numSpeedSteps = powerProfile.getNumSpeedStepsInCpuCluster(i); in StatsCompanionService()
/frameworks/base/config/
Dboot-image-profile.txt21340 HSPLcom/android/internal/os/PowerProfile;->getNumSpeedStepsInCpuCluster(I)I