Home
last modified time | relevance | path

Searched refs:batteryFullChargePath (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/healthd/
H A DBatteryMonitor_v1.cpp317 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) in updateValues()
318 mHealthInfo->batteryFullChargeUah = getIntField(mHealthdConfig->batteryFullChargePath); in updateValues()
432 if (!healthd_config.batteryFullChargePath.isEmpty()) { in doLogValues()
592 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) { in dumpState()
684 if (mHealthdConfig->batteryFullChargePath.isEmpty()) { in init()
689 mHealthdConfig->batteryFullChargePath = path; in init()
803 if (mHealthdConfig->batteryFullChargePath.isEmpty()) in init()
H A DBatteryMonitor.cpp377 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) in updateValues()
378 mHealthInfo->batteryFullChargeUah = getIntField(mHealthdConfig->batteryFullChargePath); in updateValues()
518 if (!healthd_config.batteryFullChargePath.isEmpty()) { in doLogValues()
739 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) { in dumpState()
831 if (mHealthdConfig->batteryFullChargePath.isEmpty()) { in init()
836 mHealthdConfig->batteryFullChargePath = path; in init()
994 if (mHealthdConfig->batteryFullChargePath.isEmpty()) in init()
H A Dcharger_test.cpp133 config->batteryFullChargePath = createFile("/data/local/tmp/batteryFullCharge", "3515547"); in healthd_board_init()
/aosp14/system/core/healthd/include/healthd/
H A Dhealthd.h70 android::String8 batteryFullChargePath; member