Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp192 getIntField(mHealthdConfig->batteryCapacityPath); in update()
316 if (!mHealthdConfig->batteryCapacityPath.isEmpty()) { in getProperty()
318 getIntField(mHealthdConfig->batteryCapacityPath); in getProperty()
433 if (mHealthdConfig->batteryCapacityPath.isEmpty()) { in init()
438 mHealthdConfig->batteryCapacityPath = path; in init()
525 if (mHealthdConfig->batteryCapacityPath.isEmpty()) in init()
Dhealthd.h61 android::String8 batteryCapacityPath; member
Dhealthd.cpp48 .batteryCapacityPath = String8(String8::kEmptyString),