Searched defs:SendStatisticsProxy (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
H A Dsend_statistics_proxy.h32 class SendStatisticsProxy : public CpuOveruseMetricsObserver, class in namespace:webrtc
43 SendStatisticsProxy(Clock* clock,
46 virtual ~SendStatisticsProxy();
H A Dsend_statistics_proxy.cc66 const int SendStatisticsProxy::kStatsTimeoutMs = 5000;
68 SendStatisticsProxy::SendStatisticsProxy( function in class:webrtc::SendStatisticsProxy
81 SendStatisticsProxy::~SendStatisticsProxy() {}
83 SendStatisticsProxy::UmaSamplesContainer::UmaSamplesContainer(
91 SendStatisticsProxy::UmaSamplesContainer::~UmaSamplesContainer() {
95 void SendStatisticsProxy::UmaSamplesContainer::UpdateHistograms() {
161 void SendStatisticsProxy::SetContentType(
170 void SendStatisticsProxy
[all...]

Completed in 118 milliseconds