• Home
  • History
  • Annotate
  • only in /frameworks/native/services/batteryservice/
History log of /frameworks/native/services/batteryservice/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a186e65368719a2f47b357be50d4ccf61501fe9b 09-May-2014 Todd Poynor <toddpoynor@google.com> BatteryProperty: Add property ENERGY_COUNTER and 64-bit integer properties

Also fixup comments to match recent changes in BatteryManager.

Change-Id: I6f40924f9e66d564ad1175f9650e2bfd2ad39a3a
atteryProperty.cpp
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
BatteryPropertiesRegistrar.cpp
7014fbd7005e41514c7ff8411e3f655c910b611f 04-Oct-2013 Todd Poynor <toddpoynor@google.com> batteryservice: remove BatteryProperties fields not sent to BatteryService

Change-Id: I1116ebf0e21117fd37df7bfc41cb8ebaf9361faa
atteryProperties.cpp
cf8087358658d393150c383b01feef9064a4cdfc 15-Aug-2013 Todd Poynor <toddpoynor@google.com> libbatteryservice: add interface to read individual battery properties

Change-Id: I089eb6348053a8a9c8bca59e57ed97b4af14825a
ndroid.mk
atteryProperty.cpp
BatteryPropertiesRegistrar.cpp
b98240cc6ca8fe60b93bfc0d2f6e49c66329f8ff 31-Jul-2013 Todd Poynor <toddpoynor@google.com> batteryservice: add battery current now and charge counter data

Change-Id: I4b3ea25342d4a03a8e38bfee2ef3b1ce54f82582
atteryProperties.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
ndroid.mk
atteryProperties.cpp
BatteryPropertiesListener.cpp
BatteryPropertiesRegistrar.cpp