Home
last modified time | relevance | path

Searched refs:BatteryProperty (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryProperty.java29 public class BatteryProperty implements Parcelable { class
35 public BatteryProperty() { in BatteryProperty() method in BatteryProperty
51 private BatteryProperty(Parcel p) { in BatteryProperty() method in BatteryProperty
63 public static final Parcelable.Creator<BatteryProperty> CREATOR
64 = new Parcelable.Creator<BatteryProperty>() {
65 public BatteryProperty createFromParcel(Parcel p) {
66 return new BatteryProperty(p);
69 public BatteryProperty[] newArray(int size) {
70 return new BatteryProperty[size];
DIBatteryPropertiesRegistrar.aidl20 import android.os.BatteryProperty;
29 int getProperty(in int id, out BatteryProperty prop); in getProperty()
DBatteryManager.java267 BatteryProperty prop = new BatteryProperty(); in queryProperty()
DBatteryProperty.aidl19 parcelable BatteryProperty;
/frameworks/native/services/batteryservice/
DBatteryProperty.cpp30 status_t BatteryProperty::readFromParcel(Parcel* p) { in readFromParcel()
35 status_t BatteryProperty::writeToParcel(Parcel* p) const { in writeToParcel()
DIBatteryPropertiesRegistrar.cpp48 status_t getProperty(int id, struct BatteryProperty *val) { in getProperty()
98 struct BatteryProperty val; in onTransact()
DAndroid.bp6 "BatteryProperty.cpp",
/frameworks/native/include/batteryservice/
DBatteryService.h62 struct BatteryProperty { struct
DIBatteryPropertiesRegistrar.h39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;