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

/system/core/healthd/
H A Dhealthd.h47 // batteryVoltagePath: battery voltage (POWER_SUPPLY_PROP_VOLTAGE_NOW)
62 android::String8 batteryVoltagePath; member in struct:healthd_config
H A DBatteryMonitor.cpp193 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000;
441 if (mHealthdConfig->batteryVoltagePath.isEmpty()) {
446 mHealthdConfig->batteryVoltagePath = path;
452 mHealthdConfig->batteryVoltagePath = path;
527 if (mHealthdConfig->batteryVoltagePath.isEmpty())
H A Dhealthd.cpp49 .batteryVoltagePath = String8(String8::kEmptyString),

Completed in 1186 milliseconds