Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel.h75 class StatisticsProxy; variable
509 rtc::scoped_ptr<StatisticsProxy> statistics_proxy_;
Dchannel.cc158 class StatisticsProxy : public RtcpStatisticsCallback { class
160 StatisticsProxy(uint32_t ssrc) in StatisticsProxy() function in webrtc::voe::StatisticsProxy
163 virtual ~StatisticsProxy() {} in ~StatisticsProxy()
928 statistics_proxy_.reset(new StatisticsProxy(_rtpRtcpModule->SSRC())); in Channel()