Home
last modified time | relevance | path

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

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