Searched defs:SetRTCPStatus (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dchannel_proxy.cc30 void ChannelProxy::SetRTCPStatus(bool enable) { function in class:webrtc::voe::ChannelProxy
31 channel()->SetRTCPStatus(enable);
H A Dvoe_rtp_rtcp_impl.cc223 int VoERTP_RTCPImpl::SetRTCPStatus(int channel, bool enable) { function in class:webrtc::VoERTP_RTCPImpl
225 "SetRTCPStatus(channel=%d, enable=%d)", channel, enable);
234 "SetRTCPStatus() failed to locate channel");
237 channelPtr->SetRTCPStatus(enable);
H A Dchannel.cc1049 _rtpRtcpModule->SetRTCPStatus(RtcpMode::kCompound);
2952 void Channel::SetRTCPStatus(bool enable) { function in class:webrtc::voe::Channel
2954 "Channel::SetRTCPStatus()");
2955 _rtpRtcpModule->SetRTCPStatus(enable ? RtcpMode::kCompound : RtcpMode::kOff);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver.cc111 void RTCPReceiver::SetRTCPStatus(RtcpMode method) { function in class:webrtc::RTCPReceiver
H A Drtcp_sender.cc210 void RTCPSender::SetRTCPStatus(RtcpMode method) { function in class:webrtc::RTCPSender
H A Drtp_rtcp_impl.cc491 void ModuleRtpRtcpImpl::SetRTCPStatus(const RtcpMode method) { function in class:webrtc::ModuleRtpRtcpImpl
492 rtcp_sender_.SetRTCPStatus(method);
493 rtcp_receiver_.SetRTCPStatus(method);

Completed in 196 milliseconds