Searched refs:rxTxConsumption (Results 1 – 1 of 1) sorted by relevance
12223 RxTxConsumption rxTxConsumption = null; in noteModemControllerActivity() local12270 rxTxConsumption = incrementPerRatDataLocked(deltaInfo, elapsedRealtimeMs); in noteModemControllerActivity()12274 && rxTxConsumption != null; in noteModemControllerActivity()12344 rxTxConsumption, entry.getRxPackets(), entry.getTxPackets(), in noteModemControllerActivity()12405 totalEstimatedConsumptionMah += rxTxConsumption.rxConsumptionMah; in noteModemControllerActivity()12406 totalEstimatedConsumptionMah += rxTxConsumption.txConsumptionMah; in noteModemControllerActivity()12620 private double smearModemActivityInfoRxTxConsumptionMah(RxTxConsumption rxTxConsumption, in smearModemActivityInfoRxTxConsumptionMah() argument12627 consumptionMah += rxTxConsumption.rxConsumptionMah * rxPackets in smearModemActivityInfoRxTxConsumptionMah()12637 totalTxPackets + rxTxConsumption.txToTotalRatio * totalRxPackets; in smearModemActivityInfoRxTxConsumptionMah()12639 txPackets + rxTxConsumption.txToTotalRatio * rxPackets; in smearModemActivityInfoRxTxConsumptionMah()[all …]