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()404 if (sPowerArrayMap.containsKey(mCpuClusters[cluster].freqKey)) { in getNumSpeedStepsInCpuCluster()405 return sPowerArrayMap.get(mCpuClusters[cluster].freqKey).length; in getNumSpeedStepsInCpuCluster()529 for (Double speed : sPowerArrayMap.get(mCpuClusters[cluster].freqKey)) { in writeToProto()
95846 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;