OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_gathering_state
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/p2p/base/
transportcontroller.cc
553
IceGatheringState
new_gathering_state
= kIceGatheringNew;
local
597
new_gathering_state
= kIceGatheringComplete;
599
new_gathering_state
= kIceGatheringGathering;
601
if (gathering_state_ !=
new_gathering_state
) {
602
gathering_state_ =
new_gathering_state
;
605
new rtc::TypedMessageData<IceGatheringState>(
new_gathering_state
));
Completed in 54 milliseconds