Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp263 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) in updateValues()
264 props.batteryFullCharge = getIntField(mHealthdConfig->batteryFullChargePath); in updateValues()
367 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) { in logValues()
516 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) { in dumpState()
607 if (mHealthdConfig->batteryFullChargePath.isEmpty()) { in init()
612 mHealthdConfig->batteryFullChargePath = path; in init()
715 if (mHealthdConfig->batteryFullChargePath.isEmpty()) in init()
Dcharger_test.cpp133 config->batteryFullChargePath = createFile("/data/local/tmp/batteryFullCharge", "3515547"); in healthd_board_init()
/system/core/healthd/include/healthd/
Dhealthd.h70 android::String8 batteryFullChargePath; member