Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java415 private final String freqKey; field in PowerProfile.CpuClusterKey
420 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument
422 this.freqKey = freqKey; in CpuClusterKey()
446 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()
447 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()
649 for (Double speed : sPowerArrayMap.get(mCpuClusters[cluster].freqKey)) { in dumpDebug()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt78329 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;