HomeSort by relevance Sort by last modified time
    Searched defs:healthd_config (Results 1 - 4 of 4) sorted by null

  /system/core/healthd/include/healthd/
healthd.h 54 struct healthd_config { struct
85 void (*init)(struct healthd_config *config);
95 void healthd_mode_charger_init(struct healthd_config *config);
110 void healthd_board_init(struct healthd_config *config);
  /system/core/healthd/
healthd.cpp 42 static struct healthd_config healthd_config = { variable in typeref:struct:healthd_config
83 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*/) {
183 healthd_config.periodic_chores_interval_fast :
184 healthd_config.periodic_chores_interval_slow;
194 if (healthd_config.periodic_chores_interval_fast == -1)
198 new_wake_interval == healthd_config.periodic_chores_interval_fast
    [all...]
healthd_mode_charger.cpp 172 static struct healthd_config *healthd_config; variable in typeref:struct:healthd_config
355 if (healthd_config && healthd_config->screen_on) {
356 if (!healthd_config->screen_on(batt_prop)) {
675 void healthd_mode_charger_init(struct healthd_config* config)
726 healthd_config = config;
  /bootable/recovery/
recovery.cpp 1176 struct healthd_config healthd_config = { local
    [all...]

Completed in 84 milliseconds