Home
last modified time | relevance | path

Searched defs:healthd_config (Results 1 – 5 of 5) sorted by relevance

/system/core/healthd/include/healthd/
Dhealthd.h54 struct healthd_config { struct
55 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;
85 void (*init)(struct healthd_config *config); argument
/system/core/healthd/
Dhealthd_board_default.cpp19 void healthd_board_init(struct healthd_config*) in healthd_board_init()
Dhealthd_mode_android.cpp49 void healthd_mode_android_init(struct healthd_config* /*config*/) { in healthd_mode_android_init()
Dhealthd.cpp42 static struct healthd_config healthd_config = { variable
125 static void healthd_mode_nop_init(struct healthd_config* /*config*/) { in healthd_mode_nop_init()
Dhealthd_mode_charger.cpp172 static struct healthd_config *healthd_config; variable