Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportchannel.h61 : content_name_(content_name), in TransportChannel()
70 const std::string& content_name() const { return content_name_; } in content_name()
150 std::string content_name_;
Dportallocator.h83 std::string content_name() const { return content_name_; } in content_name()
104 std::string content_name_; variable
Dtransportchannel.cc37 ss << "Channel[" << content_name_ in ToString()
Dport.h160 const std::string& content_name() const { return content_name_; } in content_name()
162 content_name_ = content_name; in set_content_name()
366 std::string content_name_; variable
Dportallocator.cc39 : content_name_(content_name), in PortAllocatorSession()
Dtransport.h206 const std::string& content_name() const { return content_name_; } in content_name()
480 std::string content_name_; variable
Dtransport.cc83 content_name_(content_name), in Transport()
504 LOG(LS_INFO) << "Transport: " << content_name_ << ", allocating candidates"; in OnChannelRequestSignaling_s()
565 LOG(LS_INFO) << "Transport: " << content_name_ << ", component " in OnChannelCandidatesAllocationDone()
581 LOG(LS_INFO) << "Transport: " << content_name_ << " allocation complete"; in OnChannelCandidatesAllocationDone_s()
Dsession.h100 content_name_(content_name), in TransportProxy()
111 std::string content_name() const { return content_name_; } in content_name()
189 std::string content_name_; variable
Dport.cc679 ss << "Port[" << content_name_ << ":" << component_ in ToString()
Dsession.cc316 " for content: " + content_name_; in OnRemoteCandidates()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dchannel.cc100 content_name_(content_name), in BaseChannel()
130 session_->DestroyChannel(content_name_, transport_channel_->name()); in ~BaseChannel()
197 session_->DestroyChannel(content_name_, rtcp_transport_channel_->name()); in set_rtcp_transport_channel()
277 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " " in SendPacket()
304 LOG(LS_ERROR) << "Failed to protect " << content_name_ in SendPacket()
313 LOG(LS_ERROR) << "Failed to protect " << content_name_ in SendPacket()
332 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " " in HandlePacket()
346 LOG(LS_ERROR) << "Failed to unprotect " << content_name_ in HandlePacket()
355 LOG(LS_ERROR) << "Failed to unprotect " << content_name_ in HandlePacket()
Dchannel.h91 const std::string& content_name() { return content_name_; } in content_name()
240 std::string content_name_; variable
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h82 : content_name_(content_name), in TransportProxy()
88 std::string content_name() const { return content_name_; } in content_name()
117 std::string content_name_; variable
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.h126 std::string content_name_; variable
Dpseudotcpchannel.cc131 content_name_ = content_name; in Connect()
477 session_->DestroyChannel(content_name_, channel_->name()); in OnMessage()
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.h129 std::string content_name_; variable
Dpseudotcpchannel.cc133 content_name_ = content_name; in Connect()
488 session_->DestroyChannel(content_name_, channel_->component()); in OnMessage()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.h92 const std::string& content_name() { return content_name_; } in content_name()
147 content_name_ = content_name; in set_content_name()
353 std::string content_name_; variable
Dchannel.cc394 content_name_(content_name), in BaseChannel()
424 session_->DestroyChannel(content_name_, transport_channel_->component()); in ~BaseChannel()
548 content_name_, rtcp_transport_channel_->component()); in set_rtcp_transport_channel()
687 LOG(LS_ERROR) << "Dropping outgoing " << content_name_ << " " in SendPacket()
712 LOG(LS_ERROR) << "Failed to protect " << content_name_ in SendPacket()
724 LOG(LS_ERROR) << "Failed to protect " << content_name_ in SendPacket()
763 LOG(LS_ERROR) << "Dropping incoming " << content_name_ << " " in WantsPacket()
808 LOG(LS_ERROR) << "Failed to unprotect " << content_name_ in HandlePacket()
818 LOG(LS_ERROR) << "Failed to unprotect " << content_name_ in HandlePacket()
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc640 LOG(LS_INFO) << "All candidates gathered for " << content_name_ << ":" in MaybeSignalCandidatesAllocationDone()