summaryrefslogtreecommitdiffstats
path: root/services/batteryservice/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Frameworks/native: Wall Werror in batteryservice & powermanagerAndreas Gampe2014-11-131-6/+8
| | | | | | | Turn on -Wall -Werror in services/batteryservice and services/powermanager. Fix warnings. Change-Id: I1da667083013379cd8240377c48d63fa5c53033d
* libbatteryservice: add interface to read individual battery propertiesTodd Poynor2013-08-221-0/+1
| | | | Change-Id: I089eb6348053a8a9c8bca59e57ed97b4af14825a
* add libbatteryserviceTodd Poynor2013-07-251-0/+17
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