Searched refs:PowerStatsProcessor (Results 1 – 11 of 11) sorted by relevance
47 PowerStatsProcessor.PowerEstimationPlan plan = in createPowerEstimationPlan_allDeviceStatesPresentInUidStates()48 new PowerStatsProcessor.PowerEstimationPlan(config); in createPowerEstimationPlan_allDeviceStatesPresentInUidStates()68 PowerStatsProcessor.PowerEstimationPlan plan = in createPowerEstimationPlan_combineDeviceStats()69 new PowerStatsProcessor.PowerEstimationPlan(config); in createPowerEstimationPlan_combineDeviceStats()84 PowerStatsProcessor.PowerEstimationPlan plan) { in deviceStateEstimatesToStrings()90 PowerStatsProcessor.PowerEstimationPlan plan) { in combinedDeviceStatsToStrings()100 PowerStatsProcessor.PowerEstimationPlan plan, in uidStateEstimatesToStrings()
75 private PowerStatsProcessor mProcessor = NO_OP_PROCESSOR;108 public PowerComponent setProcessor(@NonNull PowerStatsProcessor processor) { in setProcessor()143 public PowerStatsProcessor getProcessor() { in getProcessor()206 private static final PowerStatsProcessor NO_OP_PROCESSOR = new PowerStatsProcessor() {
35 private final SparseArray<PowerStatsProcessor> mProcessors = new SparseArray<>();46 PowerStatsProcessor processor = powerComponentsConfig.getProcessor(); in PowerStatsAggregator()
23 public class PhoneCallPowerStatsProcessor extends PowerStatsProcessor {
25 public class BluetoothPowerStatsProcessor extends PowerStatsProcessor {
32 abstract class BinaryStatePowerStatsProcessor extends PowerStatsProcessor {
28 public class WifiPowerStatsProcessor extends PowerStatsProcessor {
46 abstract class PowerStatsProcessor { class
34 public class MobileRadioPowerStatsProcessor extends PowerStatsProcessor {
31 public class CpuPowerStatsProcessor extends PowerStatsProcessor {
3151 …owerComponentAggregatedPowerStats;ILcom/android/server/power/stats/PowerStatsProcessor$UidStateEst…