Searched refs:chargeUC (Results 1 – 4 of 4) sorted by relevance
173 static double uCtoMah(long chargeUC) { in uCtoMah() argument174 return chargeUC * MILLIAMPHOUR_PER_MICROCOULOMB; in uCtoMah()
188 final long chargeUC = u.getScreenOnMeasuredBatteryConsumptionUC(); in calculateAppUsingMeasuredEnergy() local189 if (chargeUC < 0) { in calculateAppUsingMeasuredEnergy()195 appPowerAndDuration.powerMah = uCtoMah(chargeUC); in calculateAppUsingMeasuredEnergy()
12985 final long chargeUC = chargesUC[i]; in updateDisplayMeasuredEnergyStatsLocked()12986 if (chargeUC <= 0) { in updateDisplayMeasuredEnergyStatsLocked()12993 mGlobalMeasuredEnergyStats.updateStandardBucket(powerBucket, chargeUC); in updateDisplayMeasuredEnergyStatsLocked()12995 totalScreenOnChargeUC += chargeUC; in updateDisplayMeasuredEnergyStatsLocked()13030 public void updateGnssMeasuredEnergyStatsLocked(long chargeUC, long elapsedRealtimeMs) {13031 if (DEBUG_ENERGY) Slog.d(TAG, "Updating gnss stats: " + chargeUC);13036 if (!mOnBatteryInternal || chargeUC <= 0) {13052 chargeUC);13064 distributeEnergyToUidsLocked(MeasuredEnergyStats.POWER_BUCKET_GNSS, chargeUC,
176 final long chargeUC = in.readLong(); in readSummaryFromParcel() local178 mAccumulatedChargeMicroCoulomb[index] = chargeUC; in readSummaryFromParcel()180 setValueIfSupported(index, chargeUC); in readSummaryFromParcel()