Searched refs:now_gen (Results 1 – 1 of 1) sorted by relevance
94 now_gen: Arc<dyn Fn() -> SystemTime + Send + Sync>, field108 now_gen: Arc::new(SystemTime::now), in new()112 fn with_time_gen<F>(id: String, now_gen: F) -> Self in with_time_gen()124 now_gen: Arc::new(now_gen), in with_time_gen()358 let now = self.now_gen.clone(); in bind_rtcp_writer()363 now_gen: move || now(), in bind_rtcp_writer()373 let now = self.now_gen.clone(); in bind_rtcp_reader()378 now_gen: move || now(), in bind_rtcp_reader()386 now_gen: F, field401 let now = (unix2ntp((self.now_gen)()) >> 16) as u32; in read()[all …]