Searched refs:health_hal (Results 1 – 2 of 2) sorted by relevance
59 android::sp<android::hardware::health::V2_0::IHealth> health_hal() { return health_hal_; } in health_hal() function
120 auto health_hal = device->health_hal(); in GetBatteryVoltageHelper() local121 if (!health_hal) { in GetBatteryVoltageHelper()126 auto ret_val = health_hal->getHealthInfo([&](Result result, HealthInfo info) { in GetBatteryVoltageHelper()