Home
last modified time | relevance | path

Searched refs:getIntField (Results 1 – 2 of 2) sorted by relevance

/system/core/healthd/
DBatteryMonitor.cpp165 int BatteryMonitor::getIntField(const String8& path) { in getIntField() function in android::BatteryMonitor
192 getIntField(mHealthdConfig->batteryCapacityPath); in update()
193 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000; in update()
197 getIntField(mHealthdConfig->batteryTemperaturePath); in update()
257 int c = getIntField(mHealthdConfig->batteryCurrentNowPath); in update()
288 getIntField(mHealthdConfig->batteryChargeCounterPath); in getProperty()
298 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
308 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
318 getIntField(mHealthdConfig->batteryCapacityPath); in getProperty()
357 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
[all …]
DBatteryMonitor.h58 int getIntField(const String8& path);