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

  /system/core/healthd/
healthd.h 43 // batteryPresentPath: battery present (POWER_SUPPLY_PROP_PRESENT)
58 android::String8 batteryPresentPath;
BatteryMonitor.cpp 184 if (!mHealthdConfig->batteryPresentPath.isEmpty())
185 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath);
322 if (mHealthdConfig->batteryPresentPath.isEmpty()) {
327 mHealthdConfig->batteryPresentPath = path;
407 if (mHealthdConfig->batteryPresentPath.isEmpty())
408 KLOG_WARNING(LOG_TAG, "BatteryPresentPath not found\n");
healthd.cpp 46 .batteryPresentPath = String8(String8::kEmptyString),

Completed in 31 milliseconds