Searched refs:bandwidth_usage_state_ (Results 1 – 2 of 2) sorted by relevance
38 bandwidth_usage_state_(kBandwidthSteady), in InterArrivalSender()315 if (bandwidth_usage_state_ == kBandwidthDraining || in EstimateDelayBandwidth()316 bandwidth_usage_state_ == kBandwidthOverUsing) { in EstimateDelayBandwidth()324 bandwidth_usage_state_ = new_bandwidth_usage_state; in EstimateDelayBandwidth()
93 BandwidthUsage bandwidth_usage_state_; variable