Home
last modified time | relevance | path

Searched refs:update_remote_total_lost (Results 1 – 2 of 2) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs331 pub(super) fn update_remote_total_lost(&mut self, lost: u32) { in update_remote_total_lost() method
H A Dinterceptor.rs276 stats.update_remote_total_lost(total_lost); in handle_stats_update()