Home
last modified time | relevance | path

Searched refs:ConfigState (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/call/
Dsimulated_network.h82 struct ConfigState { struct
95 void UpdateCapacityQueue(ConfigState state, int64_t time_now_us) argument
97 ConfigState GetConfigState() const;
110 ConfigState config_state_ RTC_GUARDED_BY(config_lock_);
Dsimulated_network.cc127 ConfigState state = GetConfigState(); in EnqueuePacket()
155 void SimulatedNetwork::UpdateCapacityQueue(ConfigState state, in UpdateCapacityQueue()
262 SimulatedNetwork::ConfigState SimulatedNetwork::GetConfigState() const { in GetConfigState()