Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp197 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000; in update()
484 if (mHealthdConfig->batteryVoltagePath.isEmpty()) { in init()
489 mHealthdConfig->batteryVoltagePath = path; in init()
495 mHealthdConfig->batteryVoltagePath = path; in init()
577 if (mHealthdConfig->batteryVoltagePath.isEmpty()) in init()
Dhealthd.h62 android::String8 batteryVoltagePath; member
Dhealthd.cpp49 .batteryVoltagePath = String8(String8::kEmptyString),