mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
powerstats: add new EnergyConsumerType for camera
Bug: 258321000 Bug: 261549337 Test: build Change-Id: I0c6664a01acac41c0b0c71ee83b2e3b2b794c7be Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
@@ -40,4 +40,5 @@ enum EnergyConsumerType {
|
||||
GNSS = 4,
|
||||
MOBILE_RADIO = 5,
|
||||
WIFI = 6,
|
||||
CAMERA = 7,
|
||||
}
|
||||
|
||||
@@ -26,4 +26,5 @@ enum EnergyConsumerType {
|
||||
GNSS,
|
||||
MOBILE_RADIO,
|
||||
WIFI,
|
||||
CAMERA,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user