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

  /system/core/healthd/include/healthd/
healthd.h 68 android::String8 batteryFullChargePath;
  /system/core/healthd/
BatteryMonitor.cpp 228 if (!mHealthdConfig->batteryFullChargePath.isEmpty())
229 props.batteryFullCharge = getIntField(mHealthdConfig->batteryFullChargePath);
335 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) {
480 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) {
566 if (mHealthdConfig->batteryFullChargePath.isEmpty()) {
571 mHealthdConfig->batteryFullChargePath = path;
664 if (mHealthdConfig->batteryFullChargePath.isEmpty())
665 KLOG_WARNING(LOG_TAG, "BatteryFullChargePath not found\n");
healthd.cpp 55 .batteryFullChargePath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 73 milliseconds