Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/
H A DBatteryMonitor_v1.cpp323 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) in updateValues()
325 getIntField(mHealthdConfig->batteryChargeCounterPath); in updateValues()
487 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in getProperty()
489 getIntField(mHealthdConfig->batteryChargeCounterPath); in getProperty()
576 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in dumpState()
577 v = getIntField(mHealthdConfig->batteryChargeCounterPath); in dumpState()
736 if (mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in init()
741 mHealthdConfig->batteryChargeCounterPath = path; in init()
H A DBatteryMonitor.cpp383 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) in updateValues()
385 getIntField(mHealthdConfig->batteryChargeCounterPath); in updateValues()
614 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in getProperty()
616 getIntField(mHealthdConfig->batteryChargeCounterPath); in getProperty()
723 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in dumpState()
724 v = getIntField(mHealthdConfig->batteryChargeCounterPath); in dumpState()
883 if (mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in init()
888 mHealthdConfig->batteryChargeCounterPath = path; in init()
H A Dcharger_test.cpp132 config->batteryChargeCounterPath = createFile("/data/local/tmp/batteryChargeCounter", "600"); in healthd_board_init()
/aosp14/system/core/healthd/include/healthd/
H A Dhealthd.h69 android::String8 batteryChargeCounterPath; member