Home
last modified time | relevance | path

Searched refs:RegisterSendChannelRtpStatisticsCallback (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_send_stream.cc239 vie_channel_->RegisterSendChannelRtpStatisticsCallback(&stats_proxy_); in VideoSendStream()
250 vie_channel_->RegisterSendChannelRtpStatisticsCallback(nullptr); in ~VideoSendStream()
Dvie_channel.h171 void RegisterSendChannelRtpStatisticsCallback(
Dvie_channel.cc844 void ViEChannel::RegisterSendChannelRtpStatisticsCallback( in RegisterSendChannelRtpStatisticsCallback() function in webrtc::ViEChannel
847 rtp_rtcp->RegisterSendChannelRtpStatisticsCallback(callback); in RegisterSendChannelRtpStatisticsCallback()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h317 virtual void RegisterSendChannelRtpStatisticsCallback(
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h257 MOCK_METHOD1(RegisterSendChannelRtpStatisticsCallback,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h312 void RegisterSendChannelRtpStatisticsCallback(
Drtp_rtcp_impl.cc989 void ModuleRtpRtcpImpl::RegisterSendChannelRtpStatisticsCallback( in RegisterSendChannelRtpStatisticsCallback() function in webrtc::ModuleRtpRtcpImpl