Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp34 config.batteryTemperaturePath = hc->batteryTemperaturePath.string(); in convertToHealthConfig()
68 hc->batteryTemperaturePath = in convertFromHealthConfig()
69 android::String8(c.batteryTemperaturePath.c_str(), in convertFromHealthConfig()
70 c.batteryTemperaturePath.size()); in convertFromHealthConfig()
/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h65 android::String8 batteryTemperaturePath; member
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp286 getIntField(mHealthdConfig->batteryTemperaturePath); in updateValues()
672 if (mHealthdConfig->batteryTemperaturePath.isEmpty()) { in init()
677 mHealthdConfig->batteryTemperaturePath = path; in init()
714 if (mHealthdConfig->batteryTemperaturePath.isEmpty()) in init()
H A Dcharger_test.cpp128 config->batteryTemperaturePath = createFile("/data/local/tmp/batteryTemperature", "987"); in healthd_board_init()
/aosp12/hardware/interfaces/health/1.0/
H A Dtypes.hal122 * batteryTemperaturePath - file path to read battery temperature in tenths
125 string batteryTemperaturePath;