Searched defs:healthd_config (Results 1 – 3 of 3) sorted by relevance
54 struct healthd_config { struct55 int periodic_chores_interval_fast;56 int periodic_chores_interval_slow;58 android::String8 batteryStatusPath;59 android::String8 batteryHealthPath;60 android::String8 batteryPresentPath;61 android::String8 batteryCapacityPath;62 android::String8 batteryVoltagePath;86 void (*init)(struct healthd_config *config); argument
20 void healthd_board_init(struct healthd_config*) { in healthd_board_init()
185 static healthd_config* healthd_config; variable