Home
last modified time | relevance | path

Searched defs:Instant (Results 1 – 6 of 6) sorted by relevance

/webrtc/webrtc/src/stats/
H A Dserialize.rs12 pub fn serialize<S>(instant: &Instant, serializer: S) -> Result<S::Ok, S::Error> in serialize()
/webrtc/turn/src/client/
H A Dbinding.rs43 pub(crate) fn set_refreshed_at(&mut self, at: Instant) { in set_refreshed_at()
47 pub(crate) fn refreshed_at(&self) -> Instant { in refreshed_at()
/webrtc/interceptor/src/twcc/receiver/
H A Dreceiver_stream.rs18 start_time: tokio::time::Instant, in new()
/webrtc/turn/src/server/
H A Dmod.rs146 nonces: Arc<Mutex<HashMap<String, Instant>>>, in read_loop() argument
/webrtc/ice/src/agent/
H A Dagent_internal.rs208 checking_duration: &mut Instant, in contact()
777 pub(crate) async fn invalidate_pending_binding_requests(&self, filter_time: Instant) { in invalidate_pending_binding_requests()
/webrtc/stun/src/
H A Dclient.rs102 pub(crate) fn next_timeout(&self, now: Instant) -> Instant { in next_timeout()