/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transportchannel.h | 61 : content_name_(content_name), in TransportChannel() 70 const std::string& content_name() const { return content_name_; } in content_name() 150 std::string content_name_;
|
D | portallocator.h | 83 std::string content_name() const { return content_name_; } in content_name() 104 std::string content_name_; variable
|
D | transportchannel.cc | 37 ss << "Channel[" << content_name_ in ToString()
|
D | port.h | 160 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
|
D | portallocator.cc | 39 : content_name_(content_name), in PortAllocatorSession()
|
D | transport.h | 206 const std::string& content_name() const { return content_name_; } in content_name() 480 std::string content_name_; variable
|
D | transport.cc | 83 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()
|
D | session.h | 100 content_name_(content_name), in TransportProxy() 111 std::string content_name() const { return content_name_; } in content_name() 189 std::string content_name_; variable
|
D | port.cc | 679 ss << "Port[" << content_name_ << ":" << component_ in ToString()
|
D | session.cc | 316 " for content: " + content_name_; in OnRemoteCandidates()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | channel.cc | 100 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()
|
D | channel.h | 91 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/ |
D | session.h | 82 : 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/ |
D | pseudotcpchannel.h | 126 std::string content_name_; variable
|
D | pseudotcpchannel.cc | 131 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/ |
D | pseudotcpchannel.h | 129 std::string content_name_; variable
|
D | pseudotcpchannel.cc | 133 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/ |
D | channel.h | 92 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
|
D | channel.cc | 394 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/ |
D | basicportallocator.cc | 640 LOG(LS_INFO) << "All candidates gathered for " << content_name_ << ":" in MaybeSignalCandidatesAllocationDone()
|