Searched refs:SetRtcpCName (Results 1 – 5 of 5) sorted by relevance
150 virtual bool SetRtcpCName(const std::string& cname) { return true; } in SetRtcpCName() function185 virtual bool SetRtcpCName(const std::string& cname) { return true; } in SetRtcpCName() function
256 virtual bool SetRtcpCName(const std::string& cname) { return true; } in SetRtcpCName() function
96 virtual bool SetRtcpCName(const std::string& cname) = 0;
102 bool SetRtcpCName(const std::string& cname);
152 bool BaseChannel::SetRtcpCName(const std::string& cname) { in SetRtcpCName() function in cricket::BaseChannel491 return media_channel()->SetRtcpCName(cname); in SetRtcpCName_w()