Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab133ff6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "power/stats: Add more energy consumer types" am: a5ec53d6 am: 807acbb8 am: 1e63ebcd

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1584748

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ieb68958515ff595651fd3e3737c00f1c55422342
parents 0e74eb23 1e63ebcd
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@ package android.hardware.power.stats;
@VintfStability
enum EnergyConsumerType {
  OTHER = 0,
  CPU_CLUSTER = 1,
  DISPLAY = 2,
  BLUETOOTH = 1,
  CPU_CLUSTER = 2,
  DISPLAY = 3,
  GNSS = 4,
  MOBILE_RADIO = 5,
  WIFI = 6,
}
+5 −1
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ package android.hardware.power.stats;
@VintfStability
enum EnergyConsumerType {
    OTHER,
    BLUETOOTH,
    CPU_CLUSTER,
    DISPLAY,
    GNSS,
    MOBILE_RADIO,
    WIFI,
}