Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp121 auto health_hal = device->health_hal(); in GetBatteryVoltageHelper() local
122 if (!health_hal) { in GetBatteryVoltageHelper()
127 auto res = health_hal->getHealthInfo(&health_info); in GetBatteryVoltageHelper()
H A Dfastboot_device.h58 std::shared_ptr<aidl::android::hardware::health::IHealth> health_hal() { return health_hal_; } in health_hal() function