Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DEnergyConsumerSnapshot.java172 public EnergyConsumerDeltaData updateAndGetDelta(EnergyConsumerResult[] ecrs, int voltageMV) { in updateAndGetDelta() argument
176 if (voltageMV <= 0) { in updateAndGetDelta()
177 Slog.wtf(TAG, "Unexpected battery voltage (" + voltageMV in updateAndGetDelta()
204 mVoltageSnapshots.put(consumerId, voltageMV); in updateAndGetDelta()
206 final int avgVoltageMV = (oldVoltageMV + voltageMV + 1) / 2; in updateAndGetDelta()
222 + "), new voltage (" + voltageMV + "), old voltage (" + oldVoltageMV in updateAndGetDelta()
361 final long voltageMV = mVoltageSnapshots.valueAt(i); in dump() local
363 voltageMV)); in dump()