/hardware/interfaces/health/aidl/android/hardware/health/ |
D | Translate.java | 48 android.hardware.health.HealthInfo out, android.hardware.health.V1_0.HealthInfo in) { in h2aTranslateInternal() 67 public static android.hardware.health.HealthInfo h2aTranslate( in h2aTranslate() 68 android.hardware.health.V1_0.HealthInfo in) { in h2aTranslate() 69 android.hardware.health.HealthInfo out = new android.hardware.health.HealthInfo(); in h2aTranslate() 74 static public android.hardware.health.HealthInfo h2aTranslate( in h2aTranslate() 75 android.hardware.health.V2_1.HealthInfo in) { in h2aTranslate() 76 android.hardware.health.HealthInfo out = new android.hardware.health.HealthInfo(); in h2aTranslate()
|
D | IHealthInfoCallback.aidl | 19 import android.hardware.health.HealthInfo; 32 oneway void healthInfoChanged(in HealthInfo info); in healthInfoChanged()
|
D | IHealth.aidl | 23 import android.hardware.health.HealthInfo; 204 HealthInfo getHealthInfo(); in getHealthInfo()
|
/hardware/google/pixel/health/ |
D | HealthHelper.cpp | 22 using HidlHealthInfo = android::hardware::health::V2_0::HealthInfo; 23 using aidl::android::hardware::health::HealthInfo; 32 HealthInfo ToHealthInfo(const struct android::BatteryProperties *props) { in ToHealthInfo() 35 HealthInfo aidl_health_info; in ToHealthInfo()
|
D | ChargerDetect.cpp | 33 using aidl::android::hardware::health::HealthInfo; 112 void ChargerDetect::onlineUpdate(HealthInfo *health_info) { in onlineUpdate() 159 HealthInfo health_info = ToHealthInfo(props); in onlineUpdate()
|
D | BatteryThermalControl.cpp | 20 using aidl::android::hardware::health::HealthInfo; 59 void BatteryThermalControl::updateThermalState(const HealthInfo &health_info) { in updateThermalState()
|
D | LowBatteryShutdownMetrics.cpp | 28 using aidl::android::hardware::health::HealthInfo; 91 void LowBatteryShutdownMetrics::logShutdownVoltage(const HealthInfo &health_info) { in logShutdownVoltage()
|
/hardware/interfaces/health/aidl/include/android/hardware/health/ |
D | translate-ndk.h | 36 const ::android::hardware::health::V2_0::HealthInfo& in, 37 aidl::android::hardware::health::HealthInfo* out); 39 const ::android::hardware::health::V2_1::HealthInfo& in, 40 aidl::android::hardware::health::HealthInfo* out);
|
/hardware/interfaces/health/aidl/default/ |
D | HalHealthLoop.cpp | 45 HealthInfo health_info; in ScheduleBatteryUpdate() 56 void HalHealthLoop::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged() 62 void HalHealthLoop::set_charger_online(const HealthInfo& health_info) { in set_charger_online()
|
D | Health.cpp | 195 ndk::ScopedAStatus Health::getHealthInfo(HealthInfo* out) { in getHealthInfo() 234 HealthInfo health_info; in dump() 252 HealthInfo health_info; in ShouldKeepScreenOn() 267 void Health::UpdateHealthInfo(HealthInfo* /* health_info */) { in UpdateHealthInfo() argument 299 HealthInfo health_info; in registerCallback() 349 HealthInfo health_info; in update() 365 void Health::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged()
|
/hardware/interfaces/health/aidl/default/include/health-impl/ |
D | HalHealthLoop.h | 40 virtual void OnHealthInfoChanged(const HealthInfo&) {} in OnHealthInfoChanged() argument 67 void set_charger_online(const HealthInfo& health_info); 74 void OnHealthInfoChanged(const HealthInfo& health_info);
|
D | Health.h | 56 ndk::ScopedAStatus getHealthInfo(HealthInfo* out) override final; 85 void OnHealthInfoChanged(const HealthInfo& health_info) override; 102 virtual void UpdateHealthInfo(HealthInfo* health_info);
|
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | Callback.h | 35 virtual Return<void> Notify(const HealthInfo&) = 0; 42 Return<void> Notify(const HealthInfo& info) override { in Notify() 54 Return<void> Notify(const HealthInfo& info) override { in Notify()
|
D | HalHealthLoop.h | 48 virtual void OnHealthInfoChanged(const HealthInfo& health_info); 55 void set_charger_online(const HealthInfo& health_info);
|
/hardware/interfaces/health/1.0/default/include/ |
D | hal_conversion.h | 34 HealthInfo& info); 35 void convertFromHealthInfo(const HealthInfo& info,
|
/hardware/qcom/sm8150/gps/android/utils/ |
D | battery_listener.cpp | 48 using android::hardware::health::V2_1::HealthInfo; 67 const hardware::health::V2_0::HealthInfo& info); 69 const hardware::health::V2_1::HealthInfo& info); 224 const hardware::health::V2_0::HealthInfo& info) { in healthInfoChanged() 235 const hardware::health::V2_1::HealthInfo& info) { in healthInfoChanged_2_1()
|
/hardware/qcom/sm7250/gps/android/utils/ |
D | battery_listener.cpp | 48 using android::hardware::health::V2_1::HealthInfo; 67 const hardware::health::V2_0::HealthInfo& info); 69 const hardware::health::V2_1::HealthInfo& info); 224 const hardware::health::V2_0::HealthInfo& info) { in healthInfoChanged() 235 const hardware::health::V2_1::HealthInfo& info) { in healthInfoChanged_2_1()
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | HalHealthLoop.cpp | 79 void HalHealthLoop::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged() 84 void HalHealthLoop::set_charger_online(const HealthInfo& health_info) { in set_charger_online()
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | BatteryMetricsLogger.h | 50 void logBatteryProperties(const aidl::android::hardware::health::HealthInfo &props); 94 bool recordSample(const aidl::android::hardware::health::HealthInfo &health_info);
|
D | BatteryDefender.h | 65 void update(aidl::android::hardware::health::HealthInfo *health_info); 162 const aidl::android::hardware::health::HealthInfo &health_info); 170 void updateDefenderProperties(aidl::android::hardware::health::HealthInfo *health_info);
|
/hardware/interfaces/health/2.1/ |
D | types.hal | 20 import @2.0::HealthInfo; 73 struct HealthInfo { 75 * V2.0 HealthInfo. 82 @2.0::HealthInfo legacy;
|
D | IHealthInfoCallback.hal | 33 * @param info the updated HealthInfo 35 oneway healthInfoChanged_2_1(HealthInfo info);
|
/hardware/interfaces/health/2.0/ |
D | types.hal | 19 import @1.0::HealthInfo; 131 struct HealthInfo { 133 * V1.0 HealthInfo. 140 @1.0::HealthInfo legacy;
|
D | IHealthInfoCallback.hal | 27 * @param info the updated HealthInfo 29 oneway healthInfoChanged(HealthInfo info);
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 84 Return<void> healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() argument 217 bool verifyHealthInfo(const HealthInfo& health_info) { in verifyHealthInfo() 413 HalResult<HealthInfo> healthInfo; in TEST_P() 429 HalResult<HealthInfo> healthInfo; in TEST_P() 445 HalResult<HealthInfo> healthInfo; in TEST_P() 518 HalResult<HealthInfo> healthInfo) { in IsBatteryStatusCorrect() 540 HalResult<HealthInfo> healthInfo; in TEST_P() 553 HalResult<HealthInfo> healthInfo; in TEST_P()
|