Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp330 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in getProperty()
332 getIntField(mHealthdConfig->batteryChargeCounterPath); in getProperty()
412 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in dumpState()
413 v = getIntField(mHealthdConfig->batteryChargeCounterPath); in dumpState()
515 if (mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in init()
520 mHealthdConfig->batteryChargeCounterPath = path; in init()
Dhealthd.h67 android::String8 batteryChargeCounterPath; member
Dhealthd.cpp54 .batteryChargeCounterPath = String8(String8::kEmptyString),