summaryrefslogtreecommitdiffstats
path: root/include/batteryservice
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-08-27 18:12:17 -0700
committerTodd Poynor <toddpoynor@google.com>2013-09-04 17:41:56 -0700
commitc150900793a49ede33efaf35baf62e5b2ecb5d64 (patch)
treec734fa23ca2e8d62ebf73886c574e93f602340f0 /include/batteryservice
parentedfc478196596307d6cd3742d90ee7083d2d95ee (diff)
downloadframeworks_native-c150900793a49ede33efaf35baf62e5b2ecb5d64.zip
frameworks_native-c150900793a49ede33efaf35baf62e5b2ecb5d64.tar.gz
frameworks_native-c150900793a49ede33efaf35baf62e5b2ecb5d64.tar.bz2
libbatteryservice: Add average current property
Change-Id: I519c2fb9f7cec21d9f87e73fa96b2f58a7ab27a5
Diffstat (limited to 'include/batteryservice')
-rw-r--r--include/batteryservice/BatteryService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/batteryservice/BatteryService.h b/include/batteryservice/BatteryService.h
index 6bc3f07..d141216 100644
--- a/include/batteryservice/BatteryService.h
+++ b/include/batteryservice/BatteryService.h
@@ -47,6 +47,7 @@ enum {
enum {
BATTERY_PROP_CHARGE_COUNTER = 1, // equals BatteryProperty.BATTERY_PROP_CHARGE_COUNTER constant
BATTERY_PROP_CURRENT_NOW = 2, // equals BatteryProperty.BATTERY_PROP_CURRENT_NOW constant
+ BATTERY_PROP_CURRENT_AVG = 3, // equals BatteryProperty.BATTERY_PROP_CURRENT_AVG constant
};
struct BatteryProperties {