Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller.cc553 IceGatheringState new_gathering_state = kIceGatheringNew; in UpdateAggregateStates_w() local
597 new_gathering_state = kIceGatheringComplete; in UpdateAggregateStates_w()
599 new_gathering_state = kIceGatheringGathering; in UpdateAggregateStates_w()
601 if (gathering_state_ != new_gathering_state) { in UpdateAggregateStates_w()
602 gathering_state_ = new_gathering_state; in UpdateAggregateStates_w()
605 new rtc::TypedMessageData<IceGatheringState>(new_gathering_state)); in UpdateAggregateStates_w()