Searched refs:RemoveMixedCNAME (Results 1 – 7 of 7) sorted by relevance
216 EXPECT_EQ(-1, module1->RemoveMixedCNAME(test_csrcs[0] + 1)); in TEST_F()217 EXPECT_EQ(0, module1->RemoveMixedCNAME(test_csrcs[1])); in TEST_F()
379 virtual int32_t RemoveMixedCNAME(uint32_t SSRC) = 0;
104 int32_t RemoveMixedCNAME(uint32_t SSRC);
152 int32_t RemoveMixedCNAME(uint32_t ssrc) override;
504 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { in RemoveMixedCNAME() function in webrtc::ModuleRtpRtcpImpl505 return rtcp_sender_.RemoveMixedCNAME(ssrc); in RemoveMixedCNAME()
337 int32_t RTCPSender::RemoveMixedCNAME(uint32_t SSRC) { in RemoveMixedCNAME() function in webrtc::RTCPSender
156 MOCK_METHOD1(RemoveMixedCNAME,