HomeSort by relevance Sort by last modified time
    Searched refs:content_name_ (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/p2p/base/
portallocator.cc 21 : content_name_(content_name),
portallocator.h 125 std::string content_name() const { return content_name_; }
154 std::string content_name_; member in class:cricket::PortAllocatorSession
port.h 158 const std::string& content_name() const { return content_name_; }
160 content_name_ = content_name;
368 std::string content_name_; member in class:cricket::Port
port.cc 632 ss << "Port[" << content_name_ << ":" << component_
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.cc 171 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::__anon43826::ComponentId
  /external/webrtc/talk/session/media/
channel.cc 177 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_ << ")"
    [all...]
channel.h 97 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/
basicportallocator.cc 649 LOG(LS_INFO) << "All candidates gathered for " << content_name_ << ":"
    [all...]

Completed in 193 milliseconds