Home
last modified time | relevance | path

Searched refs:numCpuClusters (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DSystemServicePowerCalculator.java48 final int numCpuClusters = powerProfile.getNumCpuClusters(); in SystemServicePowerCalculator() local
49 for (int cluster = 0; cluster < numCpuClusters; cluster++) { in SystemServicePowerCalculator()
55 for (int cluster = 0; cluster < numCpuClusters; cluster++) { in SystemServicePowerCalculator()
H A DBatteryStatsImpl.java13468 int numCpuClusters = mPowerProfile.getNumCpuClusters();
13469 for (int cluster = 0; cluster < numCpuClusters; cluster++) {
17047 int numCpuClusters = in.readInt();
17049 && mPowerProfile.getNumCpuClusters() != numCpuClusters) {
17053 counters = new LongSamplingCounter[numCpuClusters][];
17054 for (int cluster = 0; cluster < numCpuClusters; cluster++) {
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DBatteryExternalStatsWorkerTest.java76 final int numCpuClusters = 4; in testTargetedEnergyConsumerQuerying() local
112 final int[] cpuClusterIds = new int[numCpuClusters]; in testTargetedEnergyConsumerQuerying()
113 for (int i = 0; i < numCpuClusters; i++) { in testTargetedEnergyConsumerQuerying()