batteryservice: Add BatteryExtraProperties

Change-Id: I050a4da14dd723a1d563b25a9e997db769fece3e
This commit is contained in:
Todd Poynor 2013-09-30 15:37:30 -07:00
parent 3d26c80965
commit 1fbc0266ad
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ struct BatteryProperties {
status_t readFromParcel(Parcel* parcel);
};
struct BatteryExtraProperties {
int batteryCurrentNow;
int batteryChargeCounter;
};
struct BatteryProperty {
int valueInt;