Searched refs:IBatteryPropertiesRegistrar (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesRegistrar.cpp17 #define LOG_TAG "IBatteryPropertiesRegistrar"
22 #include <batteryservice/IBatteryPropertiesRegistrar.h>
29 class BpBatteryPropertiesRegistrar : public BpInterface<IBatteryPropertiesRegistrar> {
32 : BpInterface<IBatteryPropertiesRegistrar>(impl) {}
36 data.writeInterfaceToken(IBatteryPropertiesRegistrar::getInterfaceDescriptor());
43 data.writeInterfaceToken(IBatteryPropertiesRegistrar::getInterfaceDescriptor());
50 data.writeInterfaceToken(IBatteryPropertiesRegistrar::getInterfaceDescriptor());
65 IMPLEMENT_META_INTERFACE(BatteryPropertiesRegistrar, "android.os.IBatteryPropertiesRegistrar");
74 CHECK_INTERFACE(IBatteryPropertiesRegistrar, data, reply);
82 CHECK_INTERFACE(IBatteryPropertiesRegistrar, dat
[all...]
H A DAndroid.mk8 IBatteryPropertiesRegistrar.cpp
/frameworks/base/core/java/android/os/
H A DIBatteryPropertiesRegistrar.aidl26 interface IBatteryPropertiesRegistrar {
H A DBatteryManager.java21 import android.os.IBatteryPropertiesRegistrar;
195 private final IBatteryPropertiesRegistrar mBatteryPropertiesRegistrar;
203 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface(
/frameworks/native/include/batteryservice/
H A DIBatteryPropertiesRegistrar.h25 // must be kept in sync with interface defined in IBatteryPropertiesRegistrar.aidl
32 class IBatteryPropertiesRegistrar : public IInterface { class in namespace:android
41 class BnBatteryPropertiesRegistrar : public BnInterface<IBatteryPropertiesRegistrar> {
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java39 import android.os.IBatteryPropertiesRegistrar;
173 final IBatteryPropertiesRegistrar batteryPropertiesRegistrar =
174 IBatteryPropertiesRegistrar.Stub.asInterface(b);
/frameworks/base/
H A DAndroid.mk207 core/java/android/os/IBatteryPropertiesRegistrar.aidl \

Completed in 250 milliseconds