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:
Darren Hsu
2022-12-08 16:29:38 +08:00
parent a55e702324
commit c72f756692
2 changed files with 2 additions and 0 deletions

View File

@@ -40,4 +40,5 @@ enum EnergyConsumerType {
GNSS = 4,
MOBILE_RADIO = 5,
WIFI = 6,
CAMERA = 7,
}

View File

@@ -26,4 +26,5 @@ enum EnergyConsumerType {
GNSS,
MOBILE_RADIO,
WIFI,
CAMERA,
}