Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp278 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in update()
279 int c = getIntField(mHealthdConfig->batteryCurrentNowPath); in update()
340 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()
342 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
400 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()
401 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
499 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()
504 mHealthdConfig->batteryCurrentNowPath = path; in init()
Dhealthd.h65 android::String8 batteryCurrentNowPath; member
Dhealthd.cpp52 .batteryCurrentNowPath = String8(String8::kEmptyString),