HomeSort by relevance Sort by last modified time
    Searched refs:BatteryPropertiesRegistrar (Results 1 - 6 of 6) sorted by null

  /system/core/healthd/
BatteryPropertiesRegistrar.cpp 17 #include "BatteryPropertiesRegistrar.h"
33 void BatteryPropertiesRegistrar::publish() {
37 void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) {
44 void BatteryPropertiesRegistrar::registerListener(const sp<IBatteryPropertiesListener>& listener) {
62 void BatteryPropertiesRegistrar::unregisterListener(const sp<IBatteryPropertiesListener>& listener) {
75 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) {
79 status_t BatteryPropertiesRegistrar::dump(int fd, const Vector<String16>& /*args*/) {
92 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) {
healthd_mode_android.cpp 20 #include "BatteryPropertiesRegistrar.h"
30 static sp<BatteryPropertiesRegistrar> gBatteryPropertiesRegistrar;
60 gBatteryPropertiesRegistrar = new BatteryPropertiesRegistrar();
BatteryPropertiesRegistrar.h 30 class BatteryPropertiesRegistrar : public BnBatteryPropertiesRegistrar,
Android.mk 20 BatteryPropertiesRegistrar.cpp
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 34 DECLARE_META_INTERFACE(BatteryPropertiesRegistrar);
  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 65 IMPLEMENT_META_INTERFACE(BatteryPropertiesRegistrar, "android.os.IBatteryPropertiesRegistrar");

Completed in 100 milliseconds