Searched refs:mTotalTransferBytes (Results 1 – 3 of 3) sorted by relevance
36 mTotalTransferBytes(0), in HTTPBase()52 mTotalTransferBytes += numBytes; in addBandwidthMeasurement()58 mTotalTransferBytes -= entry->mNumBytes; in addBandwidthMeasurement()68 (mTotalTransferBytes * 8E3 / mTotalTransferTimeUs); in addBandwidthMeasurement()83 if (mNumBandwidthHistoryItems < 2 || mTotalTransferBytes < 65536) { in estimateBandwidth()87 *bandwidth_bps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs); in estimateBandwidth()
79 size_t mTotalTransferBytes; member
86 size_t mTotalTransferBytes; member96 mTotalTransferBytes(0) { in BandwidthEstimator()109 mTotalTransferBytes += numBytes; in addBandwidthMeasurement()134 mTotalTransferBytes -= it->mNumBytes; in addBandwidthMeasurement()158 *bandwidthBps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs); in estimateBandwidth()