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

  /system/core/healthd/include/healthd/
healthd.h 46 // batteryCapacityPath: remaining capacity (POWER_SUPPLY_PROP_CAPACITY)
61 android::String8 batteryCapacityPath;
  /system/core/healthd/
BatteryMonitor.cpp 222 getIntField(mHealthdConfig->batteryCapacityPath);
411 if (!mHealthdConfig->batteryCapacityPath.isEmpty()) {
413 getIntField(mHealthdConfig->batteryCapacityPath);
543 if (mHealthdConfig->batteryCapacityPath.isEmpty()) {
548 mHealthdConfig->batteryCapacityPath = path;
654 if (mHealthdConfig->batteryCapacityPath.isEmpty())
655 KLOG_WARNING(LOG_TAG, "BatteryCapacityPath not found\n");
healthd.cpp 48 .batteryCapacityPath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 350 milliseconds