Home
last modified time | relevance | path

Searched defs:AgentInternal (Results 1 – 5 of 5) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_internal.rs21 pub struct AgentInternal { struct
30 pub(crate) done_and_force_candidate_contact_rx:
33 pub(crate) chan_candidate_tx: ChanCandidateTx,
38 pub(crate) on_selected_candidate_pair_change_hdlr:
42 pub(crate) tie_breaker: AtomicU64,
43 pub(crate) is_controlling: AtomicBool,
44 pub(crate) lite: AtomicBool,
46 pub(crate) start_time: SyncMutex<Instant>,
53 pub(crate) ufrag_pwd: Mutex<UfragPwd>,
56 pub(crate) remote_candidates:
[all …]
H A Dagent_selector.rs63 impl AgentInternal { impl
214 impl ControllingSelector for AgentInternal { implementation
406 impl ControlledSelector for AgentInternal { implementation
H A Dagent_stats.rs214 impl AgentInternal { implementation
H A Dagent_config.rs159 pub(crate) fn init_with_defaults(&self, a: &mut AgentInternal) { in init_with_defaults()
H A Dagent_gather.rs719 agent_internal: Arc<AgentInternal>, in gather_candidates_relay()