Home
last modified time | relevance | path

Searched refs:RemoveMixedCNAME (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h46 RTC_DEPRECATED virtual int32_t RemoveMixedCNAME(uint32_t ssrc) = 0;
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h182 int32_t RemoveMixedCNAME(uint32_t ssrc) override;
Drtp_rtcp_impl.cc474 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { in RemoveMixedCNAME() function in webrtc::ModuleRtpRtcpImpl
475 return rtcp_sender_.RemoveMixedCNAME(ssrc); in RemoveMixedCNAME()
Drtcp_sender.h102 int32_t RemoveMixedCNAME(uint32_t SSRC)
Drtcp_sender.cc357 int32_t RTCPSender::RemoveMixedCNAME(uint32_t SSRC) { in RemoveMixedCNAME() function in webrtc::RTCPSender