Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dice_candidate.rs26 pub component: u16, field
56 component: c.component(), in from()
76 component: self.component, in to_ice()
93 component: self.component, in to_ice()
110 component: self.component, in to_ice()
127 component: self.component, in to_ice()
/webrtc/ice/src/candidate/
H A Dcandidate_base.rs29 pub component: u16, field
41 pub(crate) component: AtomicU16, field
71 component: AtomicU16::new(0), in default()
142 fn component(&self) -> u16 { in component() method
143 self.component.load(Ordering::SeqCst) in component()
147 self.component.store(component, Ordering::SeqCst); in set_component()
213 self.component(), in marshal()
462 component, in unmarshal_candidate()
477 component, in unmarshal_candidate()
493 component, in unmarshal_candidate()
[all …]
H A Dcandidate_test.rs11 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
19 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
29 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
39 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
49 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
57 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
67 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
77 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
87 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
95 component: AtomicU16::new(COMPONENT_RTP), in test_candidate_priority()
H A Dcandidate_pair_test.rs13 component: COMPONENT_RTP, in host_candidate()
26 component: COMPONENT_RTP, in prflx_candidate()
39 component: COMPONENT_RTP, in srflx_candidate()
52 component: COMPONENT_RTP, in relay_candidate()
H A Dcandidate_host.rs27 component: AtomicU16::new(self.base_config.component), in new_candidate_host()
H A Dcandidate_peer_reflexive.rs40 component: AtomicU16::new(self.base_config.component), in new_candidate_peer_reflexive()
H A Dcandidate_server_reflexive.rs39 component: AtomicU16::new(self.base_config.component), in new_candidate_server_reflexive()
H A Dcandidate_relay.rs43 component: AtomicU16::new(self.base_config.component), in new_candidate_relay()
H A Dmod.rs53 fn component(&self) -> u16; in component() method
/webrtc/ice/src/agent/
H A Dagent_test.rs58 component: 1, in test_pair_priority()
70 component: 1, in test_pair_priority()
85 component: 1, in test_pair_priority()
99 component: 1, in test_pair_priority()
113 component: 1, in test_pair_priority()
206 component: 1, in test_on_selected_candidate_pair_change()
218 component: 1, in test_on_selected_candidate_pair_change()
251 component: 1, in test_handle_peer_reflexive_udp_pflx_candidate()
350 component: 1, in test_handle_peer_reflexive_unknown_remote()
653 component: 1, in test_inbound_validity()
[all …]
H A Dagent_gather.rs313 component: COMPONENT_RTP, in gather_candidates_local()
438 component: COMPONENT_RTP, in gather_candidates_local_udp_mux()
531 component: COMPONENT_RTP, in gather_candidates_srflx_mapped()
667 component: COMPONENT_RTP, in gather_candidates_srflx()
839 component: COMPONENT_RTP, in gather_candidates_relay()
H A Dagent_internal.rs930 component: local.component(), in handle_inbound()