Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java572 public final String freqKey; field in PowerProfile.CpuClusterKey
578 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument
580 this.freqKey = freqKey; in CpuClusterKey()
604 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()
605 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()
646 Double[] freqs = sPowerArrayMap.get(mCpuClusters[cluster].freqKey); in getCpuPowerBracketDescription()
928 for (Double speed : sPowerArrayMap.get(mCpuClusters[cluster].freqKey)) { in dumpDebug()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt75006 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;