Searched refs:freqKey (Results 1 – 2 of 2) sorted by relevance
572 public final String freqKey; field in PowerProfile.CpuClusterKey578 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument580 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()
75006 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;