mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "power/stats: Add more energy consumer types"
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -20,6 +20,10 @@ package android.hardware.power.stats;
|
||||
@VintfStability
|
||||
enum EnergyConsumerType {
|
||||
OTHER,
|
||||
BLUETOOTH,
|
||||
CPU_CLUSTER,
|
||||
DISPLAY,
|
||||
}
|
||||
GNSS,
|
||||
MOBILE_RADIO,
|
||||
WIFI,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user