HomeSort by relevance Sort by last modified time
    Searched refs:batteryVoltagePath (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/health/1.0/default/
convert.cpp 33 config.batteryVoltagePath = hc->batteryVoltagePath.string();
64 hc->batteryVoltagePath =
65 android::String8(c.batteryVoltagePath.c_str(),
66 c.batteryVoltagePath.size());
  /hardware/interfaces/health/1.0/
types.hal 116 * batteryVoltagePath - file path to read battery voltage.
119 string batteryVoltagePath;
  /system/core/healthd/include/healthd/
healthd.h 47 // batteryVoltagePath: battery voltage (POWER_SUPPLY_PROP_VOLTAGE_NOW)
62 android::String8 batteryVoltagePath;
  /system/core/healthd/
BatteryMonitor.cpp 208 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000;
539 if (mHealthdConfig->batteryVoltagePath.isEmpty()) {
544 mHealthdConfig->batteryVoltagePath = path;
550 mHealthdConfig->batteryVoltagePath = path;
643 if (mHealthdConfig->batteryVoltagePath.isEmpty())
644 KLOG_WARNING(LOG_TAG, "BatteryVoltagePath not found\n");
healthd_common.cpp 59 .batteryVoltagePath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 1719 milliseconds