Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor_v1.cpp314 if (!mHealthdConfig->batteryCurrentNowPath.empty()) in updateValues()
315 mHealthInfo->batteryCurrentMicroamps = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()
423 if (!healthd_config.batteryCurrentNowPath.empty()) { in doLogValues()
493 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in getProperty()
495 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
560 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()
561 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
578 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()
683 if (mHealthdConfig->batteryCurrentNowPath.empty()) { in init()
688 mHealthdConfig->batteryCurrentNowPath = path; in init()
[all …]
DBatteryMonitor.cpp376 if (!mHealthdConfig->batteryCurrentNowPath.empty()) in updateValues()
377 mHealthInfo->batteryCurrentMicroamps = getIntField(mHealthdConfig->batteryCurrentNowPath); in updateValues()
511 if (!healthd_config.batteryCurrentNowPath.empty()) { in doLogValues()
625 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in getProperty()
627 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
722 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()
723 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
740 if (!mHealthdConfig->batteryCurrentNowPath.empty()) { in dumpState()
845 if (mHealthdConfig->batteryCurrentNowPath.empty()) { in init()
850 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