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()
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 …]
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