Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DPowerProfile.java330 private CpuClusterKey[] mCpuClusters;
340 mCpuClusters = new CpuClusterKey[data.length]; in initCpuClusters()
343 mCpuClusters[cluster] = new CpuClusterKey( in initCpuClusters()
349 mCpuClusters = new CpuClusterKey[1]; in initCpuClusters()
354 mCpuClusters[0] = new CpuClusterKey(CPU_CORE_SPEED_PREFIX + 0, in initCpuClusters()
359 public static class CpuClusterKey { class in PowerProfile
365 private CpuClusterKey(String freqKey, String clusterPowerKey, in CpuClusterKey() method in PowerProfile.CpuClusterKey
/frameworks/base/config/
Dpreloaded-classes4018 com.android.internal.os.PowerProfile$CpuClusterKey
Dboot-image-profile.txt59991 Lcom/android/internal/os/PowerProfile$CpuClusterKey;