Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp225 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) in update()
226 props.batteryCurrent = getIntField(mHealthdConfig->batteryCurrentNowPath) / 1000; in update()
330 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in update()
391 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()
393 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
452 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()
453 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
470 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()
574 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()
579 mHealthdConfig->batteryCurrentNowPath = path; in init()
[all …]
Dhealthd.cpp52 .batteryCurrentNowPath = String8(String8::kEmptyString),
/system/core/healthd/include/healthd/
Dhealthd.h65 android::String8 batteryCurrentNowPath; member