Home
last modified time | relevance | path

Searched refs:batteryHealthPath (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp30 config.batteryHealthPath = hc->batteryHealthPath.string(); in convertToHealthConfig()
52 hc->batteryHealthPath = in convertFromHealthConfig()
53 android::String8(c.batteryHealthPath.c_str(), in convertFromHealthConfig()
54 c.batteryHealthPath.size()); in convertFromHealthConfig()
/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h61 android::String8 batteryHealthPath; member
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp296 if (readFromFile(mHealthdConfig->batteryHealthPath, &buf) > 0) in updateValues()
579 if (mHealthdConfig->batteryHealthPath.isEmpty()) { in init()
584 mHealthdConfig->batteryHealthPath = path; in init()
706 if (mHealthdConfig->batteryHealthPath.isEmpty()) in init()
H A Dcharger_test.cpp124 config->batteryHealthPath = createFile("/data/local/tmp/batteryHealth", "Unspecified failure"); in healthd_board_init()
/aosp12/hardware/interfaces/health/1.0/
H A Dtypes.hal97 * batteryHealthPath - file path to read battery health.
100 string batteryHealthPath;