Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h63 android::String8 batteryCapacityPath; member
/system/core/healthd/
DBatteryMonitor.cpp257 getIntField(mHealthdConfig->batteryCapacityPath); in updateValues()
441 if (!mHealthdConfig->batteryCapacityPath.isEmpty()) { in getProperty()
443 getIntField(mHealthdConfig->batteryCapacityPath); in getProperty()
590 if (mHealthdConfig->batteryCapacityPath.isEmpty()) { in init()
595 mHealthdConfig->batteryCapacityPath = path; in init()
705 if (mHealthdConfig->batteryCapacityPath.isEmpty()) in init()
Dcharger_test.cpp126 config->batteryCapacityPath = createFile("/data/local/tmp/batteryCapacity", "47"); in healthd_board_init()