Home
last modified time | relevance | path

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

/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()