Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h64 android::String8 batteryVoltagePath; member
/system/core/healthd/
DBatteryMonitor.cpp258 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000; in updateValues()
598 if (mHealthdConfig->batteryVoltagePath.isEmpty()) { in init()
603 mHealthdConfig->batteryVoltagePath = path; in init()
707 if (mHealthdConfig->batteryVoltagePath.isEmpty()) in init()
Dcharger_test.cpp127 config->batteryVoltagePath = createFile("/data/local/tmp/batteryVoltage", "45000"); in healthd_board_init()