summaryrefslogtreecommitdiffstats
path: root/include/batteryservice
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-0/+1
|\ | | | | | | | | | | | | | | | | Android 6.0.0 release 26 Conflicts: include/android/input.h Change-Id: Ifa374c6d3055be3b8a5d60967f8b4c0043da739b
| * Show charging speed on KeyguardAdrian Roos2015-07-101-0/+1
| | | | | | | | | | Bug: 8099739 Change-Id: I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
* | native: dock batteryJorge Ruesga2015-10-172-0/+14
|/ | | | | | Change-Id: I23eadf0361cbe25029b95dbd022ce1a2cc96e94d Require: topic:dock_battery Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* 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