Searched refs:RemoveMixedCNAME (Results 1 – 5 of 5) sorted by relevance
46 RTC_DEPRECATED virtual int32_t RemoveMixedCNAME(uint32_t ssrc) = 0;
182 int32_t RemoveMixedCNAME(uint32_t ssrc) override;
474 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { in RemoveMixedCNAME() function in webrtc::ModuleRtpRtcpImpl475 return rtcp_sender_.RemoveMixedCNAME(ssrc); in RemoveMixedCNAME()
102 int32_t RemoveMixedCNAME(uint32_t SSRC)
357 int32_t RTCPSender::RemoveMixedCNAME(uint32_t SSRC) { in RemoveMixedCNAME() function in webrtc::RTCPSender