Searched refs:content_name_ (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dportallocator.cc21 : content_name_(content_name),
H A Dportallocator.h125 std::string content_name() const { return content_name_; }
154 std::string content_name_; member in class:cricket::PortAllocatorSession
H A Dport.h158 const std::string& content_name() const { return content_name_; }
160 content_name_ = content_name;
368 std::string content_name_; member in class:cricket::Port
H A Dport.cc632 ss << "Port[" << content_name_ << ":" << component_
/external/webrtc/talk/app/webrtc/
H A Dstatstypes.cc171 static_cast<const ComponentId&>(other).content_name_ == content_name_;
182 content_name_(content_name),
187 ret += content_name_;
194 const std::string content_name_; member in class:webrtc::__anon24297::ComponentId
/external/webrtc/talk/session/media/
H A Dchannel.cc177 content_name_(content_name),
587 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " "
634 LOG(LS_ERROR) << "Failed to protect " << content_name_
646 LOG(LS_ERROR) << "Failed to protect " << content_name_
680 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " "
718 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
728 LOG(LS_ERROR) << "Failed to unprotect " << content_name_
822 LOG(LS_INFO) << "Channel writable (" << content_name_ << ")"
985 LOG(LS_INFO) << "Channel not writable (" << content_name_ << ")";
H A Dchannel.h97 const std::string& content_name() const { return content_name_; }
314 const std::string content_name_; member in class:cricket::BaseChannel
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.cc649 LOG(LS_INFO) << "All candidates gathered for " << content_name_ << ":"

Completed in 162 milliseconds