Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp222 getIntField(mHealthdConfig->batteryCapacityPath); in update()
411 if (!mHealthdConfig->batteryCapacityPath.isEmpty()) { in getProperty()
413 getIntField(mHealthdConfig->batteryCapacityPath); in getProperty()
543 if (mHealthdConfig->batteryCapacityPath.isEmpty()) { in init()
548 mHealthdConfig->batteryCapacityPath = path; in init()
654 if (mHealthdConfig->batteryCapacityPath.isEmpty()) in init()
Dhealthd.cpp48 .batteryCapacityPath = String8(String8::kEmptyString),
/system/core/healthd/include/healthd/
Dhealthd.h61 android::String8 batteryCapacityPath; member