Home
last modified time | relevance | path

Searched refs:mCpuClusters (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java449 private CpuClusterKey[] mCpuClusters; field in PowerProfile
462 mCpuClusters = new CpuClusterKey[data.length]; in initCpuClusters()
465 mCpuClusters[cluster] = new CpuClusterKey( in initCpuClusters()
471 mCpuClusters = new CpuClusterKey[1]; in initCpuClusters()
589 return mCpuClusters.length; in getNumCpuClusters()
593 if (cluster < 0 || cluster >= mCpuClusters.length) { in getNumCoresInCpuCluster()
596 return mCpuClusters[cluster].numCpus; in getNumCoresInCpuCluster()
601 if (cluster < 0 || cluster >= mCpuClusters.length) { in getNumSpeedStepsInCpuCluster()
611 if (cluster >= 0 && cluster < mCpuClusters.length) { in getAveragePowerForCpuCluster()
643 if (mCpuClusters.length > 1) { in getCpuPowerBracketDescription()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75020 Lcom/android/internal/os/PowerProfile;->mCpuClusters:[Lcom/android/internal/os/PowerProfile$CpuClus…