Searched defs:cluster (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/powermodel/src/com/android/powermodel/component/ |
D | CpuProfile.java | 70 public void setClusterPower(int cluster, float value) throws ParseException { in setClusterPower() 74 public void setCoreSpeeds(int cluster, int[] value) throws ParseException { in setCoreSpeeds() 90 public void setCorePower(int cluster, float[] value) throws ParseException { in setCorePower() 127 final Cluster cluster = result.clusters[i] = new Cluster(); in build() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryUsageStatsRule.java | 98 public BatteryUsageStatsRule setNumSpeedStepsInCpuCluster(int cluster, int speeds) { in setNumSpeedStepsInCpuCluster() 103 public BatteryUsageStatsRule setAveragePowerForCpuCluster(int cluster, double value) { in setAveragePowerForCpuCluster() 108 public BatteryUsageStatsRule setAveragePowerForCpuCore(int cluster, int step, double value) { in setAveragePowerForCpuCore()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | PowerProfile.java | 395 public int getNumCoresInCpuCluster(int cluster) { in getNumCoresInCpuCluster() 403 public int getNumSpeedStepsInCpuCluster(int cluster) { in getNumSpeedStepsInCpuCluster() 413 public double getAveragePowerForCpuCluster(int cluster) { in getAveragePowerForCpuCluster() 420 public double getAveragePowerForCpuCore(int cluster, int step) { in getAveragePowerForCpuCore()
|
D | CpuPowerCalculator.java | 266 public double calculatePerCpuClusterPowerMah(int cluster, long clusterDurationMs) { in calculatePerCpuClusterPowerMah() 278 public double calculatePerCpuFreqPowerMah(int cluster, int speedStep, in calculatePerCpuFreqPowerMah()
|
D | BatteryStatsImpl.java | 8462 public long getTimeAtCpuSpeed(int cluster, int step, int which) { in getTimeAtCpuSpeed() 12884 public void addCpuClusterSpeedDurationsMs(Uid uid, int cluster, int speed, in addCpuClusterSpeedDurationsMs()
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | WSMeansQuantizer.java | 119 float[] cluster = mClusters[i]; in quantize() local
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmFrameThread.cpp | 132 sp<WebmElement> cluster = new WebmMaster(kMkvCluster, children); in writeCluster() local
|
/frameworks/base/core/jni/ |
D | com_android_internal_os_KernelSingleProcessCpuThreadReader.cpp | 165 for (const auto &cluster : data) { in flattenTimeInStateData() local
|
/frameworks/minikin/libs/minikin/ |
D | LayoutCore.cpp | 232 HyphenEdit hyphen, uint32_t cluster) { in addHyphenToHbBuffer()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 12852 View cluster = ((View) mParent).findKeyboardNavigationCluster(); in findKeyboardNavigationCluster() local 12889 private void setFocusedInCluster(View cluster) { in setFocusedInCluster() 12911 View cluster = findKeyboardNavigationCluster(); in updateFocusedInCluster() local
|
D | ViewRootImpl.java | 6239 View cluster = focused == null ? keyboardNavigationClusterSearch(null, direction) in performKeyboardGroupNavigation() local
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6290 optional uint32 cluster = 1; field 6315 optional int32 cluster = 2; field 6356 optional int32 cluster = 2; field
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 959 public abstract long getTimeAtCpuSpeed(int cluster, int step, int which); in getTimeAtCpuSpeed()
|