Searched refs:batteryCurrentNowPath (Results 1 – 3 of 3) sorted by relevance
225 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 …]
52 .batteryCurrentNowPath = String8(String8::kEmptyString),
65 android::String8 batteryCurrentNowPath; member