Searched refs:SetRtcpCName (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.h150 virtual bool SetRtcpCName(const std::string& cname) { return true; } function in class:cricket::FileVoiceChannel
185 virtual bool SetRtcpCName(const std::string& cname) { return true; } function in class:cricket::FileVideoChannel
H A Dmediaengine.h256 virtual bool SetRtcpCName(const std::string& cname) { return true; } function in class:cricket::NullVoiceMediaChannel
H A Dmediachannel.h96 virtual bool SetRtcpCName(const std::string& cname) = 0;
H A Dchannel.h102 bool SetRtcpCName(const std::string& cname);
H A Dchannel.cc152 bool BaseChannel::SetRtcpCName(const std::string& cname) { function in class:cricket::BaseChannel
491 return media_channel()->SetRtcpCName(cname);
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h146 virtual bool SetRtcpCName(const std::string& cname) { return true; } function in class:cricket::LinphoneVoiceChannel

Completed in 58 milliseconds