Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_rtcp.cc242 EXPECT_EQ(-1, module1->RemoveMixedCNAME(test_CSRC[0] + 1)); in TEST_F()
243 EXPECT_EQ(0, module1->RemoveMixedCNAME(test_CSRC[1])); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_rtcp.h416 virtual int32_t RemoveMixedCNAME(const uint32_t SSRC) = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h161 MOCK_METHOD1(RemoveMixedCNAME,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h104 int32_t RemoveMixedCNAME(const uint32_t SSRC);
Drtp_rtcp_impl.h163 virtual int32_t RemoveMixedCNAME(const uint32_t ssrc) OVERRIDE;
Drtp_rtcp_impl.cc742 int32_t ModuleRtpRtcpImpl::RemoveMixedCNAME(const uint32_t ssrc) { in RemoveMixedCNAME() function in webrtc::ModuleRtpRtcpImpl
743 return rtcp_sender_.RemoveMixedCNAME(ssrc); in RemoveMixedCNAME()
Drtcp_sender.cc385 int32_t RTCPSender::RemoveMixedCNAME(const uint32_t SSRC) { in RemoveMixedCNAME() function in webrtc::RTCPSender