Searched refs:StatsInterceptor (Results 1 – 3 of 3) sorted by relevance
9 pub use self::interceptor::StatsInterceptor;11 pub fn make_stats_interceptor(id: &str) -> Arc<StatsInterceptor> { in make_stats_interceptor() argument12 Arc::new(StatsInterceptor::new(id.to_owned())) in make_stats_interceptor()
86 pub struct StatsInterceptor { struct97 impl StatsInterceptor { argument301 impl Interceptor for StatsInterceptor { implementation854 use super::StatsInterceptor;858 let icpr: Arc<_> = Arc::new(StatsInterceptor::new("Hello".to_owned())); in test_stats_interceptor_rtp()934 let icpr: Arc<_> = Arc::new(StatsInterceptor::with_time_gen("Hello".to_owned(), || { in test_stats_interceptor_rtcp()
67 stats_interceptor: Arc<stats::StatsInterceptor>,74 stats_interceptor: Arc<stats::StatsInterceptor>, in new() argument