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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portinterface.h 87 enum CandidateOrigin { ORIGIN_THIS_PORT, ORIGIN_OTHER_PORT, ORIGIN_MESSAGE };
port_unittest.cc 238 conn_ = src_->CreateConnection(GetCandidate(dst_), Port::ORIGIN_MESSAGE);
256 conn_ = src_->CreateConnection(c, Port::ORIGIN_MESSAGE);
    [all...]
turnport_unittest.cc 267 turn_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
277 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
301 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
303 turn_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
tcpport.cc 96 if (incoming_only_ && (origin == ORIGIN_MESSAGE))
p2ptransportchannel.cc 66 return cricket::PortInterface::ORIGIN_MESSAGE;
716 if (origin == cricket::PortInterface::ORIGIN_MESSAGE && incoming_only_)
    [all...]

Completed in 36 milliseconds