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()367 if (!healthd_config.batteryCurrentNowPath.isEmpty()) { in logValues()426 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in getProperty()428 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()493 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()494 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()511 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in dumpState()620 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) { in init()625 mHealthdConfig->batteryCurrentNowPath = path; in init()[all …]
130 config->batteryCurrentNowPath = createFile("/data/local/tmp/batteryCurrentNow", "99000"); in healthd_board_init()
67 android::String8 batteryCurrentNowPath; member