Searched refs:batteryCurrentNowPath (Results 1 - 3 of 3) sorted by relevance

/system/core/healthd/
H A DBatteryMonitor.cpp256 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
257 int c = getIntField(mHealthdConfig->batteryCurrentNowPath);
296 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
298 getIntField(mHealthdConfig->batteryCurrentNowPath);
356 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
357 v = getIntField(mHealthdConfig->batteryCurrentNowPath);
456 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
461 mHealthdConfig->batteryCurrentNowPath = path;
H A Dhealthd.h50 // batteryCurrentNowPath: battery current (POWER_SUPPLY_PROP_CURRENT_NOW)
65 android::String8 batteryCurrentNowPath; member in struct:healthd_config
H A Dhealthd.cpp52 .batteryCurrentNowPath = String8(String8::kEmptyString),

Completed in 972 milliseconds