Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Frameworks/native: Wall Werror in batteryservice & powermanager | Andreas Gampe | 2014-11-13 | 1 | -6/+8 |
| | | | | | | | Turn on -Wall -Werror in services/batteryservice and services/powermanager. Fix warnings. Change-Id: I1da667083013379cd8240377c48d63fa5c53033d | ||||
* | libbatteryservice: add interface to read individual battery properties | Todd Poynor | 2013-08-22 | 1 | -0/+1 |
| | | | | Change-Id: I089eb6348053a8a9c8bca59e57ed97b4af14825a | ||||
* | add libbatteryservice | Todd Poynor | 2013-07-25 | 1 | -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 |