• 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 >>>)
687aa22c9281e37b7a8bd674bd2de183aebcc22b 10-Jul-2015 Adrian Roos <roosa@google.com> Show charging speed on Keyguard

Bug: 8099739
Change-Id: I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
atteryProperties.cpp
2ea926bda2fa30f3ba8d0ed2d2395a8ada952e6e 14-Nov-2014 Marco Nelissen <marcone@google.com> Replace IInterface::asBinder() with a static

so we can do NULL checks again, and update calls to IInterface::asBinder()
to use the new static version.

Change-Id: Ia7b10eb38ca55b72278bfd33d3bf647f338b4e6a
BatteryPropertiesRegistrar.cpp
347f2884dbb29efd9b996bbd7ae7ca7996eb5f08 13-Nov-2014 Andreas Gampe <agampe@google.com> Frameworks/native: Wall Werror in batteryservice & powermanager

Turn on -Wall -Werror in services/batteryservice and services/powermanager.
Fix warnings.

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