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

  /system/core/healthd/include/healthd/
healthd.h 44 // batteryHealthPath: battery health (POWER_SUPPLY_PROP_HEALTH)
59 android::String8 batteryHealthPath;
  /system/core/healthd/
BatteryMonitor.cpp 257 if (readFromFile(mHealthdConfig->batteryHealthPath, buf, SIZE) > 0)
527 if (mHealthdConfig->batteryHealthPath.isEmpty()) {
532 mHealthdConfig->batteryHealthPath = path;
650 if (mHealthdConfig->batteryHealthPath.isEmpty())
651 KLOG_WARNING(LOG_TAG, "BatteryHealthPath not found\n");
healthd.cpp 46 .batteryHealthPath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 416 milliseconds