batteryservice: Add BatteryExtraProperties
Change-Id: I050a4da14dd723a1d563b25a9e997db769fece3e
This commit is contained in:
parent
3d26c80965
commit
1fbc0266ad
@ -68,6 +68,11 @@ struct BatteryProperties {
|
||||
status_t readFromParcel(Parcel* parcel);
|
||||
};
|
||||
|
||||
struct BatteryExtraProperties {
|
||||
int batteryCurrentNow;
|
||||
int batteryChargeCounter;
|
||||
};
|
||||
|
||||
struct BatteryProperty {
|
||||
int valueInt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user