Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp269 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) in updateValues()
270 props.batteryChargeCounter = getIntField(mHealthdConfig->batteryChargeCounterPath); in updateValues()
411 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in getProperty()
413 getIntField(mHealthdConfig->batteryChargeCounterPath); in getProperty()
500 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in dumpState()
501 v = getIntField(mHealthdConfig->batteryChargeCounterPath); in dumpState()
659 if (mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in init()
664 mHealthdConfig->batteryChargeCounterPath = path; in init()
Dcharger_test.cpp132 config->batteryChargeCounterPath = createFile("/data/local/tmp/batteryChargeCounter", "600"); in healthd_board_init()
/system/core/healthd/include/healthd/
Dhealthd.h69 android::String8 batteryChargeCounterPath; member