Searched refs:PowerModel (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | PowerCalculator.java | 81 protected static @BatteryConsumer.PowerModel int getPowerModel( in getPowerModel() 90 protected static @BatteryConsumer.PowerModel int getPowerModel(long consumedEnergyUC) { in getPowerModel()
|
H A D | AmbientDisplayPowerCalculator.java | 72 private double calculateTotalPower(@BatteryConsumer.PowerModel int powerModel, in calculateTotalPower()
|
H A D | WifiPowerCalculator.java | 160 BatteryStats.Uid u, @BatteryConsumer.PowerModel int powerModel, in calculateApp() 260 @BatteryConsumer.PowerModel int powerModel, BatteryStats stats, long rawRealtimeUs, in calculateRemaining()
|
H A D | GnssPowerCalculator.java | 87 @BatteryConsumer.PowerModel int powerModel, long rawRealtimeUs, in calculateApp()
|
H A D | BluetoothPowerCalculator.java | 165 @BatteryConsumer.PowerModel int powerModel, in calculatePowerAndDuration()
|
H A D | ScreenPowerCalculator.java | 131 @BatteryConsumer.PowerModel int powerModel, BatteryStats batteryStats, in calculateTotalDurationAndPower()
|
H A D | CpuPowerCalculator.java | 223 @BatteryConsumer.PowerModel int powerModel, long consumptionUC, int statsType, in calculatePowerAndDuration()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryConsumer.java | 138 public @interface PowerModel { annotation in BatteryConsumer 383 public @PowerModel int getPowerModel(@BatteryConsumer.PowerComponent int componentId) { in getPowerModel() 394 public @PowerModel int getPowerModel(@NonNull BatteryConsumer.Key key) { in getPowerModel() 470 public static String powerModelToString(@BatteryConsumer.PowerModel int powerModel) { in powerModelToString() 485 public static int powerModelToProtoEnum(@BatteryConsumer.PowerModel int powerModel) { in powerModelToProtoEnum() 838 @PowerModel int powerModel) { in setConsumedPower() 846 public T setConsumedPower(Key key, double componentPower, @PowerModel int powerModel) { in setConsumedPower()
|
H A D | PowerComponents.java | 119 @BatteryConsumer.PowerModel
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | batteryusagestats.proto | 111 enum PowerModel { enum 117 optional PowerModel power_model = 2;
|
/aosp14/frameworks/base/core/tests/batterystatstests/BatteryUsageStatsProtoTests/src/com/android/internal/os/ |
H A D | BatteryUsageStatsPulledTest.java | 211 @BatteryConsumer.PowerModel int powerModel, BatteryUsageStatsAtomsProto proto) { in assertPowerComponentModel()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BluetoothPowerCalculatorTest.java | 320 double powerMah, int durationMs, @BatteryConsumer.PowerModel int powerModel) { in assertBluetoothPowerAndDuration()
|