HomeSort by relevance Sort by last modified time
    Searched defs:tcptype (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
candidate.h 156 const std::string& tcptype() const { return tcptype_; } function in class:cricket::Candidate
157 void set_tcptype(const std::string& tcptype){
158 tcptype_ = tcptype;
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 175 static const char kTcpCandidateType[] = "tcptype";
1058 std::string tcptype; local
    [all...]

Completed in 108 milliseconds