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

  /hardware/interfaces/health/1.0/default/
convert.cpp 32 config.batteryCapacityPath = hc->batteryCapacityPath.string();
60 hc->batteryCapacityPath =
61 android::String8(c.batteryCapacityPath.c_str(),
62 c.batteryCapacityPath.size());
  /hardware/interfaces/health/1.0/
types.hal 110 * batteryCapacityPath - file path to read remaining battery capacity.
113 string batteryCapacityPath;
  /system/core/healthd/include/healthd/
healthd.h 46 // batteryCapacityPath: remaining capacity (POWER_SUPPLY_PROP_CAPACITY)
61 android::String8 batteryCapacityPath;
  /system/core/healthd/
BatteryMonitor.cpp 207 getIntField(mHealthdConfig->batteryCapacityPath);
390 if (!mHealthdConfig->batteryCapacityPath.isEmpty()) {
392 getIntField(mHealthdConfig->batteryCapacityPath);
531 if (mHealthdConfig->batteryCapacityPath.isEmpty()) {
536 mHealthdConfig->batteryCapacityPath = path;
641 if (mHealthdConfig->batteryCapacityPath.isEmpty())
642 KLOG_WARNING(LOG_TAG, "BatteryCapacityPath not found\n");
healthd_common.cpp 58 .batteryCapacityPath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 2325 milliseconds