Searched refs:getNumSpeedStepsInCpuCluster (Results 1 – 10 of 10) sorted by relevance
51 assertEquals(3, mProfile.getNumSpeedStepsInCpuCluster(0)); in testPowerProfile()53 assertEquals(4, mProfile.getNumSpeedStepsInCpuCluster(1)); in testPowerProfile()
298 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)).thenReturn(clusterFreqs[i]); in setCpuClusterFreqs()
205 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testUpdateClusterSpeedTimes()616 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_perClusterTimesAvailable()726 when(mPowerProfile.getNumSpeedStepsInCpuCluster(i)) in testReadKernelUidCpuFreqTimesLocked_partialTimers()
40 final int speedsForCluster = mProfile.getNumSpeedStepsInCpuCluster(cluster); in calculateApp()
155 if (numClusterFreqs.get(i) != powerProfile.getNumSpeedStepsInCpuCluster(i)) { in readFreqs()
382 public int getNumSpeedStepsInCpuCluster(int cluster) { in getNumSpeedStepsInCpuCluster() method in PowerProfile
8787 … mBsi.mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != numSpeeds) { in readFromParcelLocked()10243 final int numSpeedSteps = mPowerProfile.getNumSpeedStepsInCpuCluster(i); in setPowerProfileLocked()12220 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()12264 final int speedsInCluster = mPowerProfile.getNumSpeedStepsInCpuCluster(cluster); in readKernelUidCpuFreqTimesLocked()13999 mPowerProfile.getNumSpeedStepsInCpuCluster(cluster) != NSB) { in readSummaryFromParcel()
195 final int numSpeedSteps = powerProfile.getNumSpeedStepsInCpuCluster(i); in StatsCompanionService()
7765 Lcom/android/internal/os/PowerProfile;->getNumSpeedStepsInCpuCluster(I)I
38990 HSPLcom/android/internal/os/PowerProfile;->getNumSpeedStepsInCpuCluster(I)I