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

  /hardware/interfaces/health/1.0/default/
convert.cpp 40 config.batteryCycleCountPath = hc->batteryCycleCountPath.string();
92 hc->batteryCycleCountPath =
93 android::String8(c.batteryCycleCountPath.c_str(),
94 c.batteryCycleCountPath.size());
  /hardware/interfaces/health/1.0/
types.hal 158 * batteryCycleCountPath - file path to read battery charge cycle count.
161 string batteryCycleCountPath;
  /system/core/healthd/include/healthd/
healthd.h 69 android::String8 batteryCycleCountPath;
  /system/core/healthd/
BatteryMonitor.cpp 216 if (!mHealthdConfig->batteryCycleCountPath.isEmpty())
217 props.batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath);
320 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) {
463 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) {
570 if (mHealthdConfig->batteryCycleCountPath.isEmpty()) {
575 mHealthdConfig->batteryCycleCountPath = path;
653 if (mHealthdConfig->batteryCycleCountPath.isEmpty())
654 KLOG_WARNING(LOG_TAG, "BatteryCycleCountPath not found\n");
healthd_common.cpp 66 .batteryCycleCountPath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 492 milliseconds