Home
last modified time | relevance | path

Searched refs:CpuClusterKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java346 private CpuClusterKey[] mCpuClusters;
356 mCpuClusters = new CpuClusterKey[data.length]; in initCpuClusters()
359 mCpuClusters[cluster] = new CpuClusterKey( in initCpuClusters()
365 mCpuClusters = new CpuClusterKey[1]; in initCpuClusters()
370 mCpuClusters[0] = new CpuClusterKey(CPU_CORE_SPEED_PREFIX + 0, in initCpuClusters()
375 public static class CpuClusterKey { class in PowerProfile
381 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() method in PowerProfile.CpuClusterKey
/frameworks/base/config/
Dpreloaded-classes4634 com.android.internal.os.PowerProfile$CpuClusterKey
Dhiddenapi-greylist-max-o.txt89432 Lcom/android/internal/os/PowerProfile$CpuClusterKey;-><init>(Ljava/lang/String;Ljava/lang/String;Lj…
89433 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->clusterPowerKey:Ljava/lang/String;
89434 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->corePowerKey:Ljava/lang/String;
89435 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->freqKey:Ljava/lang/String;
89436 Lcom/android/internal/os/PowerProfile$CpuClusterKey;->numCpus:I
89449 …droid/internal/os/PowerProfile;->mCpuClusters:[Lcom/android/internal/os/PowerProfile$CpuClusterKey;
Dboot-image-profile.txt37469 Lcom/android/internal/os/PowerProfile$CpuClusterKey;