History log of /frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0a32461524f55697cdc49baa5c26c95839f4b52a 19-Mar-2014 Paul Lawrence <paullawrence@google.com> batteryservice: Native client read exception returned from getProperty

C++ binder client for IBatteryPropertiesRegistrar interface getProperty method
fails to read the exception code returned by the server. Add the missing read of the exception code.

Bug: 11985952
Change-Id: I8a9b145160aafbcf9976e6c5ba9fcb883126a5e3
/frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp
cf8087358658d393150c383b01feef9064a4cdfc 15-Aug-2013 Todd Poynor <toddpoynor@google.com> libbatteryservice: add interface to read individual battery properties

Change-Id: I089eb6348053a8a9c8bca59e57ed97b4af14825a
/frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp
87bf0d97be5ef2689546b246dfb6c21c4eec3ce0 16-May-2013 Todd Poynor <toddpoynor@google.com> add libbatteryservice

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
/frameworks/native/services/batteryservice/IBatteryPropertiesRegistrar.cpp