Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_stats.rs3 use crate::agent::agent_internal::AgentInternal;
214 impl AgentInternal { impl
H A Dagent_gather.rs33 pub(crate) agent_internal: Arc<AgentInternal>,
47 agent_internal: Arc<AgentInternal>,
56 agent_internal: Arc<AgentInternal>,
66 agent_internal: Arc<AgentInternal>,
75 agent_internal: Arc<AgentInternal>,
719 agent_internal: Arc<AgentInternal>, in gather_candidates_relay() argument
H A Dagent_selector.rs63 impl AgentInternal { implementation
214 impl ControllingSelector for AgentInternal { implementation
406 impl ControlledSelector for AgentInternal { implementation
H A Dagent_config.rs159 pub(crate) fn init_with_defaults(&self, a: &mut AgentInternal) { in init_with_defaults() argument
H A Dmod.rs96 pub(crate) internal: Arc<AgentInternal>,
141 let (mut ai, chan_receivers) = AgentInternal::new(&config); in new()
H A Dagent_internal.rs21 pub struct AgentInternal { struct
84 impl AgentInternal { argument
94 let ai = AgentInternal { in new()