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 309 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 {
342 private CpuClusterKey(String timeKey, String powerKey, int numCpus) {
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 288 milliseconds