Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DPhoneCallPowerStatsProcessor.java75 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStats, callPowerEstimate); in finish()
DWifiPowerStatsProcessor.java205 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, in computeDevicePowerEstimates()
215 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, in computeDevicePowerEstimates()
278 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, adjutedPower); in adjustDevicePowerEstimates()
DBluetoothPowerStatsProcessor.java171 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, in computeDevicePowerEstimates()
215 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, adjutedPower); in adjustDevicePowerEstimates()
DMobileRadioPowerStatsProcessor.java275 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, in computeDevicePowerEstimates()
320 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, in adjustDevicePowerEstimates()
DPowerStatsLayout.java200 public void setDevicePowerEstimate(long[] stats, double power) { in setDevicePowerEstimate() method in PowerStatsLayout
DBinaryStatePowerStatsProcessor.java204 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, power); in computeDevicePowerEstimates()
DCpuPowerStatsProcessor.java386 mStatsLayout.setDevicePowerEstimate(mTmpDeviceStatsArray, power); in estimatePowerByDeviceState()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DCpuPowerStatsCollectorTest.java239 layout.setDevicePowerEstimate(deviceStats, 45); in powerStatsDescriptor()