Home
last modified time | relevance | path

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

/system/core/healthd/
DHealthServiceHealthd.cpp39 static android::sp<IHealthLegacy> gHealth_1_0; variable
42 if (gHealth_1_0 == nullptr) { in healthd_board_get_energy_counter()
47 gHealth_1_0->energyCounter([energy, &result](Result ret, int64_t energyOut) { in healthd_board_get_energy_counter()
56 gHealth_1_0 = IHealthLegacy::getService(); in healthd_board_init()
58 if (gHealth_1_0 == nullptr) { in healthd_board_init()
64 gHealth_1_0->init(halConfig, [config](const auto& halConfigOut) { in healthd_board_init()
77 if (gHealth_1_0 == nullptr) { in healthd_board_battery_update()
83 gHealth_1_0->update(info, [props, &logthis](int32_t ret, const auto& infoOut) { in healthd_board_battery_update()