Home
last modified time | relevance | path

Searched refs:HealthInfo_1_0 (Results 1 – 3 of 3) sorted by relevance

/system/core/healthd/
Dhealthd_mode_charger.h42 using HealthInfo_1_0 = android::hardware::health::V1_0::HealthInfo;
81 HealthInfo_1_0 health_info_ = {};
DBatteryMonitor.cpp52 using HealthInfo_1_0 = android::hardware::health::V1_0::HealthInfo; typedef
101 const HealthInfo_1_0& BatteryMonitor::getHealthInfo_1_0() const { in getHealthInfo_1_0()
248 HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in updateValues()
354 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in logValues()
388 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in isChargerOnline()
473 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in dumpState()
Dhealthd_mode_charger.cpp69 using HealthInfo_1_0 = android::hardware::health::V1_0::HealthInfo; typedef