Searched refs:freqKey (Results 1 – 2 of 2) sorted by relevance
376 private final String freqKey; field in PowerProfile.CpuClusterKey381 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() argument383 this.freqKey = freqKey; in CpuClusterKey()407 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()408 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()532 for (Double speed : sPowerArrayMap.get(mCpuClusters[cluster].freqKey)) { in writeToProto()
89435 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;