Searched defs:RemoveMixedCNAME (Results 1 - 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ | ||
H A D | rtcp_sender.cc | 337 int32_t RTCPSender::RemoveMixedCNAME(uint32_t SSRC) { function in class:webrtc::RTCPSender |
H A D | rtp_rtcp_impl.cc | 504 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { function in class:webrtc::ModuleRtpRtcpImpl 505 return rtcp_sender_.RemoveMixedCNAME(ssrc); |
Completed in 80 milliseconds