Searched defs:getIntField (Results 1 - 1 of 1) sorted by relevance

/system/core/healthd/
H A DBatteryMonitor.cpp161 int BatteryMonitor::getIntField(const String8& path) { function in class:android::BatteryMonitor
189 props.batteryLevel = getIntField(mHealthdConfig->batteryCapacityPath);
190 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000;
193 props.batteryCurrentNow = getIntField(mHealthdConfig->batteryCurrentNowPath);
196 props.batteryChargeCounter = getIntField(mHealthdConfig->batteryChargeCounterPath);
198 props.batteryTemperature = getIntField(mHealthdConfig->batteryTemperaturePath);

Completed in 376 milliseconds