Searched refs:mPerCpuFreqPowerEstimators (Results 1 – 1 of 1) sorted by relevance
51 private final UsageBasedPowerEstimator[] mPerCpuFreqPowerEstimators; field in CpuPowerCalculator80 mPerCpuFreqPowerEstimators = new UsageBasedPowerEstimator[freqCount]; in CpuPowerCalculator()90 mPerCpuFreqPowerEstimators[index++] = estimator; in CpuPowerCalculator()317 if (cpuFreqTimes.length == mPerCpuFreqPowerEstimators.length) { in calculateUidModeledPowerMah()319 powerMah += mPerCpuFreqPowerEstimators[i].calculatePower(cpuFreqTimes[i]); in calculateUidModeledPowerMah()323 + mPerCpuFreqPowerEstimators.length + " actual # " + cpuFreqTimes.length); in calculateUidModeledPowerMah()