Searched refs:health_hal (Results 1 – 2 of 2) sorted by relevance
121 auto health_hal = device->health_hal(); in GetBatteryVoltageHelper() local122 if (!health_hal) { in GetBatteryVoltageHelper()127 auto res = health_hal->getHealthInfo(&health_info); in GetBatteryVoltageHelper()
58 std::shared_ptr<aidl::android::hardware::health::IHealth> health_hal() { return health_hal_; } in health_hal() function