Searched defs:AgentInternal (Results 1 – 5 of 5) sorted by relevance
21 pub struct AgentInternal { struct30 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 …]
63 impl AgentInternal { impl214 impl ControllingSelector for AgentInternal { implementation406 impl ControlledSelector for AgentInternal { implementation
214 impl AgentInternal { implementation
159 pub(crate) fn init_with_defaults(&self, a: &mut AgentInternal) { in init_with_defaults()
719 agent_internal: Arc<AgentInternal>, in gather_candidates_relay()