HomeSort by relevance Sort by last modified time
    Searched refs:AddMixedCNAME (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 239 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/
rtp_rtcp.h 414 * AddMixedCNAME
418 virtual int32_t AddMixedCNAME(
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 106 int32_t AddMixedCNAME(const uint32_t SSRC,
rtp_rtcp_impl.h 161 virtual int32_t AddMixedCNAME(const uint32_t ssrc,
rtp_rtcp_impl.cc 687 int32_t ModuleRtpRtcpImpl::AddMixedCNAME(
690 return rtcp_sender_.AddMixedCNAME(ssrc, c_name);
    [all...]
rtcp_sender.cc 452 int32_t RTCPSender::AddMixedCNAME(const uint32_t SSRC,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 146 MOCK_METHOD2(AddMixedCNAME,

Completed in 169 milliseconds