Searched refs:AddMixedCNAME (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_rtcp.cc239 EXPECT_EQ(0, module1->AddMixedCNAME(test_CSRC[0], "john@192.168.0.1"));
240 EXPECT_EQ(0, module1->AddMixedCNAME(test_CSRC[1], "jane@192.168.0.2"));
244 EXPECT_EQ(0, module1->AddMixedCNAME(test_CSRC[1], "jane@192.168.0.2"));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h403 * AddMixedCNAME
407 virtual int32_t AddMixedCNAME(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h158 MOCK_METHOD2(AddMixedCNAME,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h101 int32_t AddMixedCNAME(const uint32_t SSRC,
H A Drtp_rtcp_impl.h160 virtual int32_t AddMixedCNAME(const uint32_t ssrc,
H A Drtp_rtcp_impl.cc736 int32_t ModuleRtpRtcpImpl::AddMixedCNAME( function in class:webrtc::ModuleRtpRtcpImpl
739 return rtcp_sender_.AddMixedCNAME(ssrc, c_name);
H A Drtcp_sender.cc371 int32_t RTCPSender::AddMixedCNAME(const uint32_t SSRC, function in class:webrtc::RTCPSender

Completed in 107 milliseconds