Lines Matching refs:HealthInfo
54 using HealthInfo_1_0 = android::hardware::health::V1_0::HealthInfo;
55 using HealthInfo_2_0 = android::hardware::health::V2_0::HealthInfo;
56 using HealthInfo_2_1 = android::hardware::health::V2_1::HealthInfo;
64 using aidl::android::hardware::health::HealthInfo;
70 void translateToHidl(const ::aidl::android::hardware::health::HealthInfo& in, in translateToHidl()
71 ::android::hardware::health::V1_0::HealthInfo* out) { in translateToHidl()
92 void translateToHidl(const ::aidl::android::hardware::health::HealthInfo& in, in translateToHidl()
93 ::android::hardware::health::V2_0::HealthInfo* out) { in translateToHidl()
99 void translateToHidl(const ::aidl::android::hardware::health::HealthInfo& in, in translateToHidl()
100 ::android::hardware::health::V2_1::HealthInfo* out) { in translateToHidl()
127 static void initHealthInfo(HealthInfo* health_info) { in initHealthInfo()
131 (int64_t)HealthInfo::BATTERY_CHARGE_TIME_TO_FULL_NOW_SECONDS_UNSUPPORTED, in initHealthInfo()
143 mHealthInfo(std::make_unique<HealthInfo>()) { in BatteryMonitor()
167 const HealthInfo& BatteryMonitor::getHealthInfo() const { in getHealthInfo()
499 static void doLogValues(const HealthInfo& props, const struct healthd_config& healthd_config) { in doLogValues()
538 HealthInfo aidl_health_info; in logValues()
548 const HealthInfo& props = *mHealthInfo; in isChargerOnline()
707 const HealthInfo& props = *mHealthInfo; in dumpState()