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

  /hardware/interfaces/health/1.0/default/
convert.cpp 39 config.batteryFullChargePath = hc->batteryFullChargePath.string();
88 hc->batteryFullChargePath =
89 android::String8(c.batteryFullChargePath.c_str(),
90 c.batteryFullChargePath.size());
  /hardware/interfaces/health/1.0/
types.hal 155 string batteryFullChargePath;
  /system/core/healthd/include/healthd/
healthd.h 68 android::String8 batteryFullChargePath;
  /system/core/healthd/
BatteryMonitor.cpp 219 if (!mHealthdConfig->batteryFullChargePath.isEmpty())
220 props.batteryFullCharge = getIntField(mHealthdConfig->batteryFullChargePath);
312 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) {
461 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) {
541 if (mHealthdConfig->batteryFullChargePath.isEmpty()) {
546 mHealthdConfig->batteryFullChargePath = path;
629 if (mHealthdConfig->batteryFullChargePath.isEmpty())
630 KLOG_WARNING(LOG_TAG, "BatteryFullChargePath not found\n");
charger_test.cpp 124 config->batteryFullChargePath = createFile("/data/local/tmp/batteryFullCharge", "3515547");
  /hardware/interfaces/health/2.0/default/
healthd_common.cpp 58 .batteryFullChargePath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 804 milliseconds