Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp260 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 …]
Dcharger_test.cpp130 config->batteryCurrentNowPath = createFile("/data/local/tmp/batteryCurrentNow", "99000"); in healthd_board_init()
/system/core/healthd/include/healthd/
Dhealthd.h67 android::String8 batteryCurrentNowPath; member