Searched refs:CpuClusterKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java309 private CpuClusterKey[] mCpuClusters;
321 mCpuClusters = new CpuClusterKey[1];
322 mCpuClusters[0] = new CpuClusterKey(POWER_CPU_SPEEDS, POWER_CPU_ACTIVE, 1);
326 mCpuClusters = new CpuClusterKey[array.length];
329 mCpuClusters[cluster] = new CpuClusterKey(
337 public static class CpuClusterKey { class in class:PowerProfile
342 private CpuClusterKey(String timeKey, String powerKey, int numCpus) { method in class:PowerProfile.CpuClusterKey
/frameworks/base/
H A Dcompiled-classes-phone5394 com.android.internal.os.PowerProfile$CpuClusterKey

Completed in 45 milliseconds