Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DKernelCpuThreadReader.java400 int[] clusterStartIndices = getClusterStartIndices(frequencies); in FrequencyBucketCreator() local
402 getBucketStartIndices(clusterStartIndices, targetNumBuckets, mNumFrequencies); in FrequencyBucketCreator()
460 int[] clusterStartIndices, int targetNumBuckets, int numFrequencies) { in getBucketStartIndices() argument
461 int numClusters = clusterStartIndices.length; in getBucketStartIndices()
466 return Arrays.copyOfRange(clusterStartIndices, 0, targetNumBuckets); in getBucketStartIndices()
471 final int clusterStartIdx = getLowerBound(clusterIdx, clusterStartIndices); in getBucketStartIndices()
473 getUpperBound(clusterIdx, clusterStartIndices, numFrequencies); in getBucketStartIndices()