/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryProperty.java | 29 public class BatteryProperty implements Parcelable { class 35 public BatteryProperty() { in BatteryProperty() method in BatteryProperty 58 private BatteryProperty(Parcel p) { in BatteryProperty() method in BatteryProperty 70 public static final @android.annotation.NonNull Parcelable.Creator<BatteryProperty> CREATOR 71 = new Parcelable.Creator<BatteryProperty>() { 72 public BatteryProperty createFromParcel(Parcel p) { 73 return new BatteryProperty(p); 76 public BatteryProperty[] newArray(int size) { 77 return new BatteryProperty[size];
|
H A D | IBatteryPropertiesRegistrar.aidl | 19 import android.os.BatteryProperty; 26 int getProperty(in int id, out BatteryProperty prop); in getProperty()
|
H A D | BatteryProperty.aidl | 19 parcelable BatteryProperty;
|
H A D | BatteryManager.java | 420 BatteryProperty prop = new BatteryProperty(); in queryProperty()
|
/aosp14/frameworks/base/services/core/java/com/android/server/health/ |
H A D | HealthServiceWrapper.java | 21 import android.os.BatteryProperty; 54 public abstract int getProperty(int id, BatteryProperty prop) throws RemoteException; in getProperty()
|
H A D | HealthServiceWrapperAidl.java | 25 import android.os.BatteryProperty; 105 public int getProperty(int id, BatteryProperty prop) throws RemoteException { in getProperty() 114 private int getPropertyInternal(int id, BatteryProperty prop) throws RemoteException { in getPropertyInternal()
|
H A D | HealthServiceWrapperHidl.java | 29 import android.os.BatteryProperty; 70 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
|
/aosp14/system/core/healthd/include/healthd/ |
H A D | BatteryMonitor_v1.h | 63 status_t getProperty(int id, struct BatteryProperty *val);
|
H A D | BatteryMonitor.h | 73 status_t getProperty(int id, struct BatteryProperty *val);
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BatteryService.java | 37 import android.os.BatteryProperty; 1334 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
|
/aosp14/system/core/healthd/ |
H A D | BatteryMonitor_v1.cpp | 479 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty()
|
H A D | BatteryMonitor.cpp | 606 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 5793 android.os.BatteryProperty$1 5794 android.os.BatteryProperty
|
H A D | boot-image-profile.txt | 11855 HSPLandroid/os/BatteryProperty;-><init>()V 11856 HSPLandroid/os/BatteryProperty;->getLong()J 11857 HSPLandroid/os/BatteryProperty;->readFromParcel(Landroid/os/Parcel;)V 12240 HSPLandroid/os/IBatteryPropertiesRegistrar$Stub$Proxy;->getProperty(ILandroid/os/BatteryProperty;)I 28580 Landroid/os/BatteryProperty$1; 28581 Landroid/os/BatteryProperty;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 5797 android.os.BatteryProperty$1 5798 android.os.BatteryProperty
|
H A D | boot-image-profile.txt | 11858 HSPLandroid/os/BatteryProperty;-><init>()V 11859 HSPLandroid/os/BatteryProperty;->getLong()J 11860 HSPLandroid/os/BatteryProperty;->readFromParcel(Landroid/os/Parcel;)V 12243 HSPLandroid/os/IBatteryPropertiesRegistrar$Stub$Proxy;->getProperty(ILandroid/os/BatteryProperty;)I 38687 Landroid/os/BatteryProperty$1; 38688 Landroid/os/BatteryProperty;
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 128 …BatteryService$BatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I+]Lcom/andr… 4129 HPLcom/android/server/health/HealthServiceWrapperAidl;->getProperty(ILandroid/os/BatteryProperty;)I… 4130 …BatteryProperty;)I+]Landroid/hardware/health/IHealth;Landroid/hardware/health/IHealth$Stub$Proxy;]…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 34776 Landroid/os/BatteryProperty;-><init>()V 34777 Landroid/os/BatteryProperty;-><init>(Landroid/os/Parcel;)V 34778 Landroid/os/BatteryProperty;->CREATOR:Landroid/os/Parcelable$Creator; 34779 Landroid/os/BatteryProperty;->getLong()J 34780 Landroid/os/BatteryProperty;->mValueLong:J 34781 Landroid/os/BatteryProperty;->readFromParcel(Landroid/os/Parcel;)V 34782 Landroid/os/BatteryProperty;->setLong(J)V 36222 Landroid/os/IBatteryPropertiesRegistrar$Stub$Proxy;->getProperty(ILandroid/os/BatteryProperty;)I 36234 Landroid/os/IBatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I
|