Searched refs:BatteryPropertiesRegistrar (Results 1 - 5 of 5) sorted by relevance

/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp17 #include "BatteryPropertiesRegistrar.h"
28 BatteryPropertiesRegistrar::BatteryPropertiesRegistrar(BatteryMonitor* monitor) { function in class:android::BatteryPropertiesRegistrar
32 void BatteryPropertiesRegistrar::publish() {
36 void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) {
43 void BatteryPropertiesRegistrar::registerListener(const sp<IBatteryPropertiesListener>& listener) {
59 void BatteryPropertiesRegistrar::unregisterListener(const sp<IBatteryPropertiesListener>& listener) {
70 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) {
H A DBatteryMonitor.h25 #include "BatteryPropertiesRegistrar.h"
29 class BatteryPropertiesRegistrar;
49 sp<BatteryPropertiesRegistrar> mBatteryPropertiesRegistrar;
H A DBatteryPropertiesRegistrar.h33 class BatteryPropertiesRegistrar : public BnBatteryPropertiesRegistrar, class in namespace:android
36 BatteryPropertiesRegistrar(BatteryMonitor* monitor);
H A DAndroid.mk17 BatteryPropertiesRegistrar.cpp
H A DBatteryMonitor.cpp21 #include "BatteryPropertiesRegistrar.h"
419 mBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar(this);

Completed in 185 milliseconds