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

  /system/core/healthd/
healthd.h 44 // batteryCapacityPath: remaining capacity (POWER_SUPPLY_PROP_CAPACITY)
59 android::String8 batteryCapacityPath;
BatteryMonitor.cpp 189 props.batteryLevel = getIntField(mHealthdConfig->batteryCapacityPath);
330 if (mHealthdConfig->batteryCapacityPath.isEmpty()) {
335 mHealthdConfig->batteryCapacityPath = path;
409 if (mHealthdConfig->batteryCapacityPath.isEmpty())
410 KLOG_WARNING(LOG_TAG, "BatteryCapacityPath not found\n");
healthd.cpp 47 .batteryCapacityPath = String8(String8::kEmptyString),

Completed in 290 milliseconds