Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc216 EXPECT_EQ(-1, module1->RemoveMixedCNAME(test_csrcs[0] + 1)); in TEST_F()
217 EXPECT_EQ(0, module1->RemoveMixedCNAME(test_csrcs[1])); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h379 virtual int32_t RemoveMixedCNAME(uint32_t SSRC) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h104 int32_t RemoveMixedCNAME(uint32_t SSRC);
Drtp_rtcp_impl.h152 int32_t RemoveMixedCNAME(uint32_t ssrc) override;
Drtp_rtcp_impl.cc504 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { in RemoveMixedCNAME() function in webrtc::ModuleRtpRtcpImpl
505 return rtcp_sender_.RemoveMixedCNAME(ssrc); in RemoveMixedCNAME()
Drtcp_sender.cc337 int32_t RTCPSender::RemoveMixedCNAME(uint32_t SSRC) { in RemoveMixedCNAME() function in webrtc::RTCPSender
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h156 MOCK_METHOD1(RemoveMixedCNAME,