Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dice_gathering_state.rs16 Gathering, enumerator
32 ICE_GATHERING_STATE_GATHERING_STR => RTCIceGatheringState::Gathering, in from()
43 RTCIceGatheringState::Gathering => write!(f, "{ICE_GATHERING_STATE_GATHERING_STR}"), in fmt()
61 ("gathering", RTCIceGatheringState::Gathering), in test_new_ice_gathering_state()
75 (RTCIceGatheringState::Gathering, "gathering"), in test_ice_gathering_state_string()
H A Dice_gatherer_state.rs15 Gathering, enumerator
34 ICE_GATHERED_STATE_GATHERING_STR => RTCIceGathererState::Gathering, in from()
46 2 => RTCIceGathererState::Gathering, in from()
58 RTCIceGathererState::Gathering => write!(f, "{ICE_GATHERED_STATE_GATHERING_STR}"), in fmt()
79 (RTCIceGathererState::Gathering, "gathering"), in test_ice_gatherer_state_string()
H A Dice_gatherer.rs155 self.set_state(RTCIceGathererState::Gathering).await; in gather()
/webrtc/ice/src/state/
H A Dmod.rs79 Gathering, enumerator
89 2 => Self::Gathering, in from()
106 Self::Gathering => "gathering", in fmt()
H A Dstate_test.rs33 (GatheringState::Gathering, "gathering"), in test_gathering_state_string()
/webrtc/ice/src/agent/
H A Dmod.rs384 == GatheringState::Gathering in restart()
H A Dagent_gather.rs83 GatheringState::Gathering, in gather_candidates_internal()
H A Dagent_test.rs1775 .store(GatheringState::Gathering as u8, Ordering::SeqCst); in test_agent_restart_during_gather()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs833 RTCIceGathererState::Gathering => RTCIceGatheringState::Gathering, in ice_gathering_state()