Searched refs:GetRemoteRTCP_CNAME (Results 1 – 8 of 8) sorted by relevance
29 int GetRemoteRTCP_CNAME(int channel, char cName[256]) override;
273 int VoERTP_RTCPImpl::GetRemoteRTCP_CNAME(int channel, char cName[256]) { in GetRemoteRTCP_CNAME() function in webrtc::VoERTP_RTCPImpl285 return channelPtr->GetRemoteRTCP_CNAME(cName); in GetRemoteRTCP_CNAME()
341 int GetRemoteRTCP_CNAME(char cName[256]);
2982 Channel::GetRemoteRTCP_CNAME(char cName[256]) in GetRemoteRTCP_CNAME() function in webrtc::voe::Channel
100 voe_rtp_rtcp_->GetRemoteRTCP_CNAME(channel_, char_buffer); in TEST_F()
162 virtual int GetRemoteRTCP_CNAME(int channel, char cName[256]) = 0;
279 MOCK_METHOD2(GetRemoteRTCP_CNAME, int(int channel, char cName[256]));
619 WEBRTC_STUB(GetRemoteRTCP_CNAME, (int channel, char* cname));