Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h62 android::String8 batteryVoltagePath; member
/system/core/healthd/
DBatteryMonitor.cpp223 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000; in update()
551 if (mHealthdConfig->batteryVoltagePath.isEmpty()) { in init()
556 mHealthdConfig->batteryVoltagePath = path; in init()
562 mHealthdConfig->batteryVoltagePath = path; in init()
656 if (mHealthdConfig->batteryVoltagePath.isEmpty()) in init()
Dhealthd.cpp49 .batteryVoltagePath = String8(String8::kEmptyString),