Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp31 config.batteryPresentPath = hc->batteryPresentPath.string(); in convertToHealthConfig()
56 hc->batteryPresentPath = in convertFromHealthConfig()
57 android::String8(c.batteryPresentPath.c_str(), in convertFromHealthConfig()
58 c.batteryPresentPath.size()); in convertFromHealthConfig()
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp250 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in updateValues()
251 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in updateValues()
587 if (mHealthdConfig->batteryPresentPath.isEmpty()) { in init()
592 mHealthdConfig->batteryPresentPath = path; in init()
708 if (mHealthdConfig->batteryPresentPath.isEmpty()) in init()
H A Dcharger_test.cpp125 config->batteryPresentPath = createFile("/data/local/tmp/batteryPresent", "1"); in healthd_board_init()
/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h62 android::String8 batteryPresentPath; member
/aosp12/hardware/interfaces/health/1.0/
H A Dtypes.hal103 * batteryPresentPath - file path to read battery present status.
106 string batteryPresentPath;