Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h123 void UpdateUmaStatsPacketsLost(Timestamp at_time, int packets_lost);
Dsend_side_bandwidth_estimation.cc372 UpdateUmaStatsPacketsLost(at_time, packets_lost); in UpdatePacketsLost()
375 void SendSideBandwidthEstimation::UpdateUmaStatsPacketsLost(Timestamp at_time, in UpdateUmaStatsPacketsLost() function in webrtc::SendSideBandwidthEstimation