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()
DBatteryStatsCpuTimesTest.java212 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testUpdateClusterSpeedTimes()
629 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()
739 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_partialTimers()
DKernelCpuUidFreqTimeReaderTest.java339 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)).thenReturn(clusterFreqs[i]); in setCpuClusterFreqs()
/frameworks/base/core/java/com/android/internal/os/
DCpuPowerCalculator.java40 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster); in calculateApp()
DPowerProfile.java403 public int getNumSpeedStepsInCpuCluster(int cluster) { in getNumSpeedStepsInCpuCluster() method in PowerProfile
DKernelCpuUidTimeReader.java411 if (numClusterFreqs.get(i) != powerProfile.getNumSpeedStepsInCpuCluster(i)) { in readFreqs()
DBatteryStatsImpl.java8598 … mBsi.mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != numSpeeds) { in readFromParcelLocked()
9897 final int numSpeedSteps = mPowerProfile.getNumSpeedStepsInCpuCluster(i); in setPowerProfileLocked()
11900 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()
11946 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()
13829 mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != NSB) { in readSummaryFromParcel()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java344 final int numSpeedSteps = powerProfile.getNumSpeedStepsInCpuCluster(i); in StatsCompanionService()
/frameworks/base/config/
Dboot-image-profile.txt21339 HSPLcom/android/internal/os/PowerProfile;->getNumSpeedStepsInCpuCluster(I)I