Searched refs:batteryCurrentNowPath (Results 1 – 3 of 3) sorted by relevance
260 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) in updateValues()261 props.batteryCurrent = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()362 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in logValues()421 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()423 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()488 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()489 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()506 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()615 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()620 mHealthdConfig->batteryCurrentNowPath = path; in init()[all …]
130 config->batteryCurrentNowPath = createFile("/data/local/tmp/batteryCurrentNow", "99000"); in healthd_board_init()
67 android::String8 batteryCurrentNowPath; member