Searched refs:mMaxBandwidthHistoryItems (Results 1 – 2 of 2) sorted by relevance
35 mMaxBandwidthHistoryItems(100), in HTTPBase()53 if (++mNumBandwidthHistoryItems > mMaxBandwidthHistoryItems) { in addBandwidthMeasurement()112 mMaxBandwidthHistoryItems = numHistoryItems; in setBandwidthHistorySize()
74 size_t mMaxBandwidthHistoryItems; member