Searched refs:healthd_config (Results 1 – 7 of 7) sorted by relevance
42 static struct healthd_config healthd_config = { variable83 extern void healthd_mode_android_init(struct healthd_config *config);90 extern void healthd_mode_charger_init(struct healthd_config *config);98 static void healthd_mode_nop_init(struct healthd_config *config);125 static void healthd_mode_nop_init(struct healthd_config* /*config*/) { in healthd_mode_nop_init() argument183 healthd_config.periodic_chores_interval_fast : in healthd_battery_update()184 healthd_config.periodic_chores_interval_slow; in healthd_battery_update()194 if (healthd_config.periodic_chores_interval_fast == -1) in healthd_battery_update()198 new_wake_interval == healthd_config.periodic_chores_interval_fast ? in healthd_battery_update()199 -1 : healthd_config.periodic_chores_interval_fast * 1000; in healthd_battery_update()[all …]
19 void healthd_board_init(struct healthd_config*) in healthd_board_init() argument
172 static struct healthd_config *healthd_config; variable355 if (healthd_config && healthd_config->screen_on) { in update_screen_state()356 if (!healthd_config->screen_on(batt_prop)) { in update_screen_state()675 void healthd_mode_charger_init(struct healthd_config* config) in healthd_mode_charger_init()726 healthd_config = config; in healthd_mode_charger_init()
49 void healthd_mode_android_init(struct healthd_config* /*config*/) { in healthd_mode_android_init() argument
486 void BatteryMonitor::init(struct healthd_config *hc) { in init()
54 struct healthd_config { struct85 void (*init)(struct healthd_config *config); argument95 void healthd_mode_charger_init(struct healthd_config *config);110 void healthd_board_init(struct healthd_config *config);
41 void init(struct healthd_config *hc);48 struct healthd_config *mHealthdConfig;