Searched refs:healthd_config (Results 1 – 8 of 8) sorted by relevance
54 struct healthd_config { struct86 void (*init)(struct healthd_config *config); argument96 void healthd_mode_charger_init(struct healthd_config *config);111 void healthd_board_init(struct healthd_config *config);
40 void init(struct healthd_config *hc);48 struct healthd_config *mHealthdConfig;
34 extern void healthd_mode_charger_init(struct healthd_config *config);42 static void healthd_mode_nop_init(struct healthd_config *config);66 static void healthd_mode_nop_init(struct healthd_config* config) { in healthd_mode_nop_init()
20 void healthd_board_init(struct healthd_config*) { in healthd_board_init() argument
185 static healthd_config* healthd_config; variable282 if (healthd_config && healthd_config->screen_on) { in update_screen_state()283 if (!healthd_config->screen_on(batt_prop)) { in update_screen_state()615 void healthd_mode_charger_init(struct healthd_config* config) { in healthd_mode_charger_init()676 healthd_config = config; in healthd_mode_charger_init()
55 void healthd_board_init(struct healthd_config* config) { in healthd_board_init()
110 void healthd_board_init(struct healthd_config* config) { in healthd_board_init()
467 void BatteryMonitor::init(struct healthd_config *hc) { in init()