Lines Matching refs:Health
1 # Implementing Health 2.1 HAL
43 [Upgrading from Health HAL 1.0](#update-from-1-0).
46 [Upgrading from Health HAL 2.0](#update-from-2-0).
54 # Upgrading with a customized libhealthd or from Health HAL 1.0 {#update-from-1-0}
57 `healthd_board_battery_update()`. Similarly, Health HAL 1.0 contains `init()`
83 Return<void> Health::getEnergyCounter(getEnergyCounter_cb _hidl_cb) {
90 # Upgrading from Health HAL 2.0 {#update-from-2-0}
195 #include <health2impl/Health.h>
213 // android::hardware::health::V2_1::implementation::Health implements most
215 class HealthImpl : public Health {
218 : Health(std::move(config)) {}
232 // Functions introduced in Health HAL 2.1.