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

  /system/core/healthd/include/healthd/
healthd.h 49 // batteryTechnologyPath: battery technology (POWER_SUPPLY_PROP_TECHNOLOGY)
64 android::String8 batteryTechnologyPath;
  /system/core/healthd/
BatteryMonitor.cpp 260 if (readFromFile(mHealthdConfig->batteryTechnologyPath, buf, SIZE) > 0)
621 if (mHealthdConfig->batteryTechnologyPath.isEmpty()) {
626 mHealthdConfig->batteryTechnologyPath = path;
660 if (mHealthdConfig->batteryTechnologyPath.isEmpty())
661 KLOG_WARNING(LOG_TAG, "BatteryTechnologyPath not found\n");
healthd.cpp 51 .batteryTechnologyPath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 49 milliseconds