Searched defs:healthd_config (Results 1 - 3 of 3) sorted by relevance

/system/core/healthd/
H A DHealthServiceDefault.cpp20 void healthd_board_init(struct healthd_config*) { argument
H A Dhealthd_mode_charger.cpp185 static healthd_config* healthd_config; variable
282 if (healthd_config && healthd_config->screen_on) {
283 if (!healthd_config->screen_on(batt_prop)) {
615 void healthd_mode_charger_init(struct healthd_config* config) {
676 healthd_config = config;
/system/core/healthd/include/healthd/
H A Dhealthd.h54 struct healthd_config { struct
86 void (*init)(struct healthd_config *config);
96 void healthd_mode_charger_init(struct healthd_config *config);
111 void healthd_board_init(struct healthd_config *config);

Completed in 51 milliseconds