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

  /system/core/healthd/
healthd.h 42 // batteryHealthPath: battery health (POWER_SUPPLY_PROP_HEALTH)
57 android::String8 batteryHealthPath;
BatteryMonitor.cpp 207 if (readFromFile(mHealthdConfig->batteryHealthPath, buf, SIZE) > 0)
314 if (mHealthdConfig->batteryHealthPath.isEmpty()) {
319 mHealthdConfig->batteryHealthPath = path;
405 if (mHealthdConfig->batteryHealthPath.isEmpty())
406 KLOG_WARNING(LOG_TAG, "BatteryHealthPath not found\n");
healthd.cpp 45 .batteryHealthPath = String8(String8::kEmptyString),

Completed in 1061 milliseconds