Searched refs:getIntField (Results 1 – 2 of 2) sorted by relevance
185 int BatteryMonitor::getIntField(const String8& path) { in getIntField() function in android::BatteryMonitor207 getIntField(mHealthdConfig->batteryCapacityPath); in update()208 props.batteryVoltage = getIntField(mHealthdConfig->batteryVoltagePath) / 1000; in update()211 props.batteryCurrent = getIntField(mHealthdConfig->batteryCurrentNowPath) / 1000; in update()214 props.batteryFullCharge = getIntField(mHealthdConfig->batteryFullChargePath); in update()217 props.batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath); in update()220 props.batteryChargeCounter = getIntField(mHealthdConfig->batteryChargeCounterPath); in update()224 getIntField(mHealthdConfig->batteryTemperaturePath); in update()253 if (getIntField(path)) { in update()275 (access(path.string(), R_OK) == 0) ? getIntField(path) : 0; in update()[all …]
61 int getIntField(const String8& path);