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

  /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 223 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000;
551 if (mHealthdConfig->batteryVoltagePath.isEmpty()) {
556 mHealthdConfig->batteryVoltagePath = path;
562 mHealthdConfig->batteryVoltagePath = path;
656 if (mHealthdConfig->batteryVoltagePath.isEmpty())
657 KLOG_WARNING(LOG_TAG, "BatteryVoltagePath not found\n");
healthd.cpp 49 .batteryVoltagePath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 46 milliseconds