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

/system/core/healthd/
H A DBatteryPropertiesRegistrar.cpp17 #include "BatteryPropertiesRegistrar.h"
33 void BatteryPropertiesRegistrar::publish(
34 const sp<BatteryPropertiesRegistrar>& service) {
38 void BatteryPropertiesRegistrar::notifyListeners(const struct BatteryProperties& props) {
55 void BatteryPropertiesRegistrar::registerListener(const sp<IBatteryPropertiesListener>& listener) {
73 void BatteryPropertiesRegistrar::unregisterListener(const sp<IBatteryPropertiesListener>& listener) {
86 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) {
90 void BatteryPropertiesRegistrar::scheduleUpdate() {
94 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) {
107 void BatteryPropertiesRegistrar
[all...]
H A DBatteryPropertiesRegistrar.h30 class BatteryPropertiesRegistrar : public BnBatteryPropertiesRegistrar, class in namespace:android
33 void publish(const sp<BatteryPropertiesRegistrar>& service);
H A Dhealthd_mode_android.cpp20 #include "BatteryPropertiesRegistrar.h"
30 static sp<BatteryPropertiesRegistrar> gBatteryPropertiesRegistrar;
63 gBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar();
H A DAndroid.mk16 BatteryPropertiesRegistrar.cpp

Completed in 64 milliseconds