Searched refs:mMaxBandwidthHistoryItems (Results 1 – 2 of 2) sorted by relevance
37 mMaxBandwidthHistoryItems(100), in HTTPBase()55 if (++mNumBandwidthHistoryItems > mMaxBandwidthHistoryItems) { in addBandwidthMeasurement()114 mMaxBandwidthHistoryItems = numHistoryItems; in setBandwidthHistorySize()
79 size_t mMaxBandwidthHistoryItems; member