Searched refs:mTxBytesDeltaAcc (Results 1 – 1 of 1) sorted by relevance
177 private long mTxBytesDeltaAcc; field in LinkBandwidthEstimator503 mTxBytesDeltaAcc += txBytesDelta; in handleTrafficStatsPoll()513 && mTxBytesDeltaAcc < mTxState.mByteDeltaAccThr in handleTrafficStatsPoll()528 .append(" txByteDeltaAcc ").append(mTxBytesDeltaAcc) in handleTrafficStatsPoll()561 mTxBytesDeltaAcc = 0; in resetByteDeltaAcc()593 mTxState.updateBandwidthSample(mTxBytesDeltaAcc, txTimeDeltaMs); in updateBandwidthTxRxSamples()610 .append(" txKB ").append(mTxBytesDeltaAcc / 1024) in updateBandwidthTxRxSamples()