Searched refs:RemoveMixedCNAME (Results 1 – 7 of 7) sorted by relevance
242 EXPECT_EQ(-1, module1->RemoveMixedCNAME(test_CSRC[0] + 1)); in TEST_F()243 EXPECT_EQ(0, module1->RemoveMixedCNAME(test_CSRC[1])); in TEST_F()
416 virtual int32_t RemoveMixedCNAME(const uint32_t SSRC) = 0;
161 MOCK_METHOD1(RemoveMixedCNAME,
104 int32_t RemoveMixedCNAME(const uint32_t SSRC);
163 virtual int32_t RemoveMixedCNAME(const uint32_t ssrc) OVERRIDE;
742 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { in RemoveMixedCNAME() function in webrtc::ModuleRtpRtcpImpl743 return rtcp_sender_.RemoveMixedCNAME(ssrc); in RemoveMixedCNAME()
385 int32_t RTCPSender::RemoveMixedCNAME(const uint32_t SSRC) { in RemoveMixedCNAME() function in webrtc::RTCPSender