Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h56 struct healthd_config { struct
57 int periodic_chores_interval_fast;
58 int periodic_chores_interval_slow;
60 android::String8 batteryStatusPath;
61 android::String8 batteryHealthPath;
62 android::String8 batteryPresentPath;
63 android::String8 batteryCapacityPath;
64 android::String8 batteryVoltagePath;
65 android::String8 batteryTemperaturePath;
89 void (*init)(struct healthd_config *config); argument
/system/core/healthd/
DHealthServiceDefault.cpp20 void healthd_board_init(struct healthd_config*) { in healthd_board_init()
Dhealthd_mode_charger.cpp198 static healthd_config* healthd_config; variable