Searched refs:new_endpoint (Results 1 – 4 of 4) sorted by relevance
20 let e = m.new_endpoint(Box::new(match_all)).await; in pipe_memory()22 let e = m.new_endpoint(Box::new(match_all)).await; in pipe_memory()114 let e = m.new_endpoint(Box::new(match_all)).await; in test_non_fatal_read()
61 pub async fn new_endpoint(&self, f: MatchFunc) -> Arc<Endpoint> { in new_endpoint() method
328 *srtp_endpoint = self.ice_transport.new_endpoint(Box::new(match_srtp)).await; in prepare_transport()332 *srtcp_endpoint = self.ice_transport.new_endpoint(Box::new(match_srtcp)).await; in prepare_transport()370 self.ice_transport.new_endpoint(Box::new(match_dtls)).await in start()
307 pub(crate) async fn new_endpoint(&self, f: MatchFunc) -> Option<Arc<Endpoint>> { in new_endpoint() method310 Some(mux.new_endpoint(f).await) in new_endpoint()