Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp256 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in update()
257 int c = getIntField(mHealthdConfig->batteryCurrentNowPath); in update()
296 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()
298 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
356 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()
357 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
456 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()
461 mHealthdConfig->batteryCurrentNowPath = path; in init()
Dhealthd.h65 android::String8 batteryCurrentNowPath; member
Dhealthd.cpp52 .batteryCurrentNowPath = String8(String8::kEmptyString),