Home
last modified time | relevance | path

Searched refs:health_hal (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dfastboot_device.h59 android::sp<android::hardware::health::V2_0::IHealth> health_hal() { return health_hal_; } in health_hal() function
Dvariables.cpp120 auto health_hal = device->health_hal(); in GetBatteryVoltageHelper() local
121 if (!health_hal) { in GetBatteryVoltageHelper()
126 auto ret_val = health_hal->getHealthInfo([&](Result result, HealthInfo info) { in GetBatteryVoltageHelper()