Searched defs:SetRtcpCName (Results 1 – 3 of 3) 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
152 bool BaseChannel::SetRtcpCName(const std::string& cname) { in SetRtcpCName() function in cricket::BaseChannel