Searched refs:mTotalTransferBytes (Results 1 – 3 of 3) sorted by relevance
34 mTotalTransferBytes(0), in HTTPBase()50 mTotalTransferBytes += numBytes; in addBandwidthMeasurement()56 mTotalTransferBytes -= entry->mNumBytes; in addBandwidthMeasurement()66 (mTotalTransferBytes * 8E3 / mTotalTransferTimeUs); in addBandwidthMeasurement()81 if (mNumBandwidthHistoryItems < 2 || mTotalTransferBytes < 65536) { in estimateBandwidth()85 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs); in estimateBandwidth()
73 size_t mTotalTransferBytes; member
87 size_t mTotalTransferBytes; member97 mTotalTransferBytes(0) { in BandwidthEstimator()110 mTotalTransferBytes += numBytes; in addBandwidthMeasurement()135 mTotalTransferBytes -= it->mNumBytes; in addBandwidthMeasurement()159 *bandwidthBps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs); in estimateBandwidth()