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()
78 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()