Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp193 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000; in update()
441 if (mHealthdConfig->batteryVoltagePath.isEmpty()) { in init()
446 mHealthdConfig->batteryVoltagePath = path; in init()
452 mHealthdConfig->batteryVoltagePath = path; in init()
527 if (mHealthdConfig->batteryVoltagePath.isEmpty()) in init()
Dhealthd.h62 android::String8 batteryVoltagePath; member
Dhealthd.cpp49 .batteryVoltagePath = String8(String8::kEmptyString),