Lines Matching refs:health
9 PRODUCT_PACKAGES += android.hardware.health@2.1-service
12 1. Delete existing VINTF manifest entry. Search for `android.hardware.health` in
14 of the HAL. Instead, when `android.hardware.health@2.1-service` is installed,
26 PRODUCT_PACKAGES += android.hardware.health@2.1-impl
29 PRODUCT_PACKAGES += android.hardware.health@2.1-impl.recovery
42 * If you are upgrading from 1.0 health HAL, see
44 * If you are upgrading from a customized 2.0 health HAL
109 PRODUCT_PACKAGES += android.hardware.health@2.1-impl-<device>
112 PRODUCT_PACKAGES += android.hardware.health@2.1-impl-<device>.recovery
148 ## `device/<manufacturer>/<device>/health/Android.bp` {#android_bp}
152 name: "android.hardware.health@2.1-impl-<device>",
153 stem: "android.hardware.health@2.0-impl-2.1-<device>",
167 "android.hardware.health@2.1",
168 "android.hardware.health@2.0",
172 "android.hardware.health@1.0-convert",
188 ## `device/<manufacturer>/<device>/health/HealthImpl.cpp` {#health_impl_cpp}
194 #include <health/utils.h>
201 using ::android::hardware::health::InitHealthdConfig;
202 using ::android::hardware::health::V2_1::IHealth;
209 namespace health {
213 // android::hardware::health::V2_1::implementation::Health implements most
238 // A subclass can override this to modify any health info object before
246 } // namespace health
251 using ::android::hardware::health::V2_1::implementation::HealthImpl;