Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/include/healthd/
H A 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;
66 android::String8 batteryTechnologyPath;
67 android::String8 batteryCurrentNowPath;
[all …]
/aosp14/system/core/healthd/
H A DHealthServiceDefault.cpp20 void healthd_board_init(struct healthd_config*) { in healthd_board_init()
H A DBatteryMonitor_v1.cpp415 static void doLogValues(const HealthInfo& props, const struct healthd_config& healthd_config) { in doLogValues()
453 const struct healthd_config& healthd_config) { in logValues()
H A Dhealthd_mode_charger_test.cpp155 struct healthd_config healthd_config; in ExpectChargerResAt() local
H A DBatteryMonitor.cpp501 static void doLogValues(const HealthInfo& props, const struct healthd_config& healthd_config) { in doLogValues()
539 const struct healthd_config& healthd_config) { in logValues()