Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 23 of 23) sorted by relevance

/webrtc/interceptor/src/mock/
H A Dmock_interceptor.rs10 -> Pin<Box<dyn Future<Output = Arc<dyn RTCPReader + Send + Sync>> + Send + Sync>>)
19 -> Pin<Box<dyn Future<Output = Arc<dyn RTCPWriter + Send + Sync>> + Send + Sync>>)
27 ) -> Pin<Box<dyn Future<Output = Arc<dyn RTPWriter + Send + Sync>> + Send + Sync>>)
32 Box<dyn (Fn(&StreamInfo) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>) + Send + Sync>;
37 ) -> Pin<Box<dyn Future<Output = Arc<dyn RTPReader + Send + Sync>> + Send + Sync>>)
42 Box<dyn (Fn(&StreamInfo) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>) + Send + Sync>;
44 Box<dyn (Fn() -> Pin<Box<dyn Future<Output = Result<()>> + Send + Sync>>) + Send + Sync>;
/webrtc/interceptor/src/
H A Dlib.rs89 ) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + Sync>>)
114 ) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + Sync>>)
143 ) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + Sync>>)
173 ) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + Sync>>)
194 pub async fn timeout_or_fail<T>(duration: Duration, future: T) -> T::Output in timeout_or_fail()
/webrtc/util/src/vnet/
H A Dchunk.rs52 type Output = Self; typedef
55 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument
61 type Output = Self; typedef
64 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument
H A Dresolver.rs50 ) -> Pin<Box<dyn Future<Output = Option<IpAddr>> + Send + 'static>> { in lookup() argument
H A Drouter.rs300 pub fn start(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in start() argument
350 pub fn stop(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in stop() argument
/webrtc/webrtc/src/peer_connection/operation/
H A Dmod.rs16 pub Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = bool> + Send + 'static>>) + Send + Sync>,
22 … op: impl FnMut() -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> + Send + Sync + 'static, in new() argument
/webrtc/sctp/src/stream/
H A Dmod.rs61 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
534 Reading(Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>>),
543 ShuttingDown(Pin<Box<dyn Future<Output = std::result::Result<(), crate::error::Error>>>>),
555 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut() argument
571 ) -> &mut Pin<Box<dyn Future<Output = std::result::Result<(), crate::error::Error>>>> { in get_shutting_down_mut() argument
588 write_fut: Option<Pin<Box<dyn Future<Output = Result<usize>>>>>,
/webrtc/webrtc/src/track/track_remote/
H A Dmod.rs26 dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync + 'static,
199 F: FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static + Sync, in onmute() argument
208 F: FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static + Sync, in onunmute() argument
/webrtc/data/src/data_channel/
H A Dmod.rs371 Reading(Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>>),
382 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut() argument
399 write_fut: Option<Pin<Box<dyn Future<Output = Result<usize>> + Send>>>,
400 shutdown_fut: Option<Pin<Box<dyn Future<Output = Result<()>> + Send>>>,
/webrtc/dtls/src/
H A Dlistener.rs23 |packet: &[u8]| -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> { in listen()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs33 dyn (FnMut(Option<RTCIceCandidate>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
39 dyn (FnMut(RTCIceGathererState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
45 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
H A Dmod.rs45 dyn (FnMut(RTCIceTransportState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
51 dyn (FnMut(RTCIceCandidatePair) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
/webrtc/webrtc/src/data_channel/
H A Dmod.rs41 dyn (FnMut(DataChannelMessage) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
47 Box<dyn (FnOnce() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
50 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
/webrtc/ice/src/agent/
H A Dmod.rs67 dyn (FnMut(ConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
75 ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
82 ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs39 dyn (FnMut(Arc<RTCDataChannel>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
45 dyn (FnMut(Arc<RTCDataChannel>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
/webrtc/interceptor/src/nack/responder/
H A Dmod.rs76 move |seq: u16| -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> { in resend_packets()
/webrtc/util/src/conn/
H A Dconn_udp_listener_test.rs97 |pkt: &[u8]| -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> { in test_listener_accept_filter()
H A Dconn_udp_listener.rs17 Box<dyn (Fn(&[u8]) -> Pin<Box<dyn Future<Output = bool> + Send + 'static>>) + Send + Sync>;
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs116 dyn (FnMut(RTCSignalingState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
122 dyn (FnMut(RTCIceConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
128 dyn (FnMut(RTCPeerConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
134 dyn (FnMut(Arc<RTCDataChannel>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
144 ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
150 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
H A Dpeer_connection_internal.rs569 ) -> impl Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync { in make_negotiation_needed_trigger() argument
/webrtc/webrtc/src/
H A Derror.rs429 Box<dyn (FnMut(Error) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs173 Option<Box<dyn Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync>>;
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs52 dyn (FnMut(RTCDtlsTransportState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)