HomeSort by relevance Sort by last modified time
    Searched refs:CpuClusterKey (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
PowerProfile.java 304 private CpuClusterKey[] mCpuClusters;
316 mCpuClusters = new CpuClusterKey[1];
317 mCpuClusters[0] = new CpuClusterKey(POWER_CPU_SPEEDS, POWER_CPU_ACTIVE, 1);
321 mCpuClusters = new CpuClusterKey[array.length];
324 mCpuClusters[cluster] = new CpuClusterKey(
332 public static class CpuClusterKey {
337 private CpuClusterKey(String timeKey, String powerKey, int numCpus) {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 51 milliseconds