Home
last modified time | relevance | path

Searched defs:StatsInterceptor (Results 1 – 3 of 3) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs86 pub struct StatsInterceptor { struct
97 impl StatsInterceptor { argument
301 impl Interceptor for StatsInterceptor { implementation
H A Dmod.rs11 pub fn make_stats_interceptor(id: &str) -> Arc<StatsInterceptor> { in make_stats_interceptor()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs74 stats_interceptor: Arc<stats::StatsInterceptor>, in new()