Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h60 android::String8 batteryStatusPath; member
/system/core/healthd/
DBatteryMonitor.cpp293 if (readFromFile(mHealthdConfig->batteryStatusPath, &buf) > 0) in updateValues()
400 if (!mHealthdConfig->batteryStatusPath.isEmpty()) { in getChargeStatus()
402 if (readFromFile(mHealthdConfig->batteryStatusPath, &buf) > 0) in getChargeStatus()
571 if (mHealthdConfig->batteryStatusPath.isEmpty()) { in init()
576 mHealthdConfig->batteryStatusPath = path; in init()
704 if (mHealthdConfig->batteryStatusPath.isEmpty()) in init()
Dcharger_test.cpp123 config->batteryStatusPath = createFile("/data/local/tmp/batteryStatus", "Not charging"); in healthd_board_init()