summaryrefslogtreecommitdiffstats
path: root/include/batteryservice
Commit message (Collapse)AuthorAgeFilesLines
* BatteryProperty: Add property ENERGY_COUNTER and 64-bit integer propertiesTodd Poynor2014-05-161-5/+7
| | | | | | Also fixup comments to match recent changes in BatteryManager. Change-Id: I6f40924f9e66d564ad1175f9650e2bfd2ad39a3a
* batteryservice: Add battery capacityPaul Lawrence2014-03-191-0/+1
| | | Change-Id: I6879ec9ec931cbea82aa550b3b227e744255bfd4
* batteryservice: remove now unused struct BatteryExtraPropertiesTodd Poynor2013-10-221-5/+0
| | | | Change-Id: Ibbb1eba95a800d2198e7524149ce38beb13dd7c9
* batteryservice: remove BatteryProperties fields not sent to BatteryServiceTodd Poynor2013-10-221-2/+0
| | | | Change-Id: I1116ebf0e21117fd37df7bfc41cb8ebaf9361faa
* batteryservice: Add BatteryExtraPropertiesTodd Poynor2013-09-301-0/+5
| | | | Change-Id: I050a4da14dd723a1d563b25a9e997db769fece3e
* libbatteryservice: Add average current propertyTodd Poynor2013-09-041-0/+1
| | | | Change-Id: I519c2fb9f7cec21d9f87e73fa96b2f58a7ab27a5
* libbatteryservice: add interface to read individual battery propertiesTodd Poynor2013-08-222-0/+15
| | | | Change-Id: I089eb6348053a8a9c8bca59e57ed97b4af14825a
* batteryservice: add battery current now and charge counter dataTodd Poynor2013-08-071-0/+2
| | | | Change-Id: I4b3ea25342d4a03a8e38bfee2ef3b1ce54f82582
* add libbatteryserviceTodd Poynor2013-07-253-0/+156
IBatteryPropertiesListener is used by clients such as BatteryService to receive notifications of changed battery/power status (from healthd). IBatteryPropertiesRegistrar manages registrations of IBatteryPropertiesListener clients. Add BatteryService native header with defines from BatteryManager, and class BatteryProperties to pass battery/power status around. Change-Id: I44e2736e503b586794097b7b9d31d07fefd9b15a