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

  /system/vold/
CheckBattery.cpp 21 #include <batteryservice/IBatteryPropertiesRegistrar.h>
  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 17 #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, data, reply)
    [all...]
Android.mk 8 IBatteryPropertiesRegistrar.cpp
  /frameworks/base/core/java/android/os/
IBatteryPropertiesRegistrar.aidl 26 interface IBatteryPropertiesRegistrar {
BatteryManager.java 21 import android.os.IBatteryPropertiesRegistrar;
209 private final IBatteryPropertiesRegistrar mBatteryPropertiesRegistrar;
217 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface(
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 25 // must be kept in sync with interface defined in IBatteryPropertiesRegistrar.aidl
32 class IBatteryPropertiesRegistrar : public IInterface {
41 class BnBatteryPropertiesRegistrar : public BnInterface<IBatteryPropertiesRegistrar> {
  /system/core/healthd/
BatteryPropertiesRegistrar.h 26 #include <batteryservice/IBatteryPropertiesRegistrar.h>
BatteryPropertiesRegistrar.cpp 20 #include <batteryservice/IBatteryPropertiesRegistrar.h>
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 41 import android.os.IBatteryPropertiesRegistrar;
188 final IBatteryPropertiesRegistrar batteryPropertiesRegistrar =
189 IBatteryPropertiesRegistrar.Stub.asInterface(b);
    [all...]
  /frameworks/base/
Android.mk 222 core/java/android/os/IBatteryPropertiesRegistrar.aidl \
    [all...]
compiled-classes-phone     [all...]

Completed in 771 milliseconds