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

  /frameworks/base/core/java/android/os/
BatteryProperty.aidl 19 parcelable BatteryProperty;
BatteryProperty.java 29 public class BatteryProperty implements Parcelable {
35 public BatteryProperty() {
48 * frameworks/native/services/batteryservice/BatteryProperty.cpp
51 private BatteryProperty(Parcel p) {
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]
    [all...]
IBatteryPropertiesRegistrar.aidl 20 import android.os.BatteryProperty;
29 int getProperty(in int id, out BatteryProperty prop);
BatteryManager.java 267 BatteryProperty prop = new BatteryProperty();
  /frameworks/native/services/batteryservice/
BatteryProperty.cpp 27 * frameworks/base/core/java/android/os/BatteryProperty.java
30 status_t BatteryProperty::readFromParcel(Parcel* p) {
35 status_t BatteryProperty::writeToParcel(Parcel* p) const {
IBatteryPropertiesRegistrar.cpp 48 status_t getProperty(int id, struct BatteryProperty *val) {
98 struct BatteryProperty val;
  /frameworks/native/services/batteryservice/include/batteryservice/
IBatteryPropertiesRegistrar.h 39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
BatteryService.h 62 struct BatteryProperty {
  /system/core/healthd/
BatteryPropertiesRegistrar.h 43 status_t getProperty(int id, struct BatteryProperty *val);
BatteryPropertiesRegistrar.cpp 86 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) {
healthd_common.cpp 130 status_t healthd_get_property(int id, struct BatteryProperty *val) {
BatteryMonitor.cpp 352 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) {
  /system/core/healthd/include/healthd/
BatteryMonitor.h 44 status_t getProperty(int id, struct BatteryProperty *val);
healthd.h 86 struct android::BatteryProperty *val);
  /system/core/storaged/
storaged.cpp 183 struct BatteryProperty val;
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 1288 milliseconds