Home
last modified time | relevance | path

Searched refs:OnGatheringCompleteHdlrFn (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs44 pub type OnGatheringCompleteHdlrFn = typedef
64 pub(crate) on_gathering_complete_handler: Arc<ArcSwapOption<Mutex<OnGatheringCompleteHdlrFn>>>,
266 pub fn on_gathering_complete(&self, f: OnGatheringCompleteHdlrFn) { in on_gathering_complete() argument
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs590 pub(super) fn set_gather_complete_handler(&self, f: OnGatheringCompleteHdlrFn) { in set_gather_complete_handler() argument
H A Dmod.rs33 OnGatheringCompleteHdlrFn, OnICEGathererStateChangeHdlrFn, OnLocalCandidateHdlrFn,