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

  /system/core/healthd/
healthd.h 54 struct healthd_config { struct
81 void (*init)(struct healthd_config *config);
91 void healthd_mode_charger_init(struct healthd_config *config);
106 void healthd_board_init(struct healthd_config *config);
healthd.cpp 42 static struct healthd_config healthd_config = { variable in typeref:struct:healthd_config
80 extern void healthd_mode_android_init(struct healthd_config *config);
87 extern void healthd_mode_charger_init(struct healthd_config *config);
95 static void healthd_mode_nop_init(struct healthd_config *config);
122 static void healthd_mode_nop_init(struct healthd_config* /*config*/) {
180 healthd_config.periodic_chores_interval_fast :
181 healthd_config.periodic_chores_interval_slow;
191 if (healthd_config.periodic_chores_interval_fast == -1)
195 new_wake_interval == healthd_config.periodic_chores_interval_fast
    [all...]

Completed in 58 milliseconds