Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fbc0266 authored by Todd Poynor's avatar Todd Poynor
Browse files

batteryservice: Add BatteryExtraProperties

Change-Id: I050a4da14dd723a1d563b25a9e997db769fece3e
parent 3d26c809
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -68,6 +68,11 @@ struct BatteryProperties {
    status_t readFromParcel(Parcel* parcel);
};

struct BatteryExtraProperties {
    int batteryCurrentNow;
    int batteryChargeCounter;
};

struct BatteryProperty {
    int valueInt;