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

  /external/webrtc/webrtc/p2p/base/
turnport_unittest.cc 291 udp_port_.reset(UDPPort::Create(main_, &socket_factory_, &network_,
295 udp_port_->SetIceRole(cricket::ICEROLE_CONTROLLED);
296 udp_port_->SignalPortComplete.connect(
307 udp_port_->PrepareAddress();
403 Connection* conn1 = udp_port_->CreateConnection(
414 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE);
434 Connection* conn1 = udp_port_->CreateConnection(turn_port_->Candidates()[0],
436 Connection* conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0],
460 conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0],
472 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE)
518 rtc::scoped_ptr<UDPPort> udp_port_; member in class:TurnPortTest
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 723 udp_port_(NULL),
743 udp_port_ = NULL;
899 udp_port_ = port;
    [all...]
basicportallocator.h 325 UDPPort* udp_port_; member in class:cricket::AllocationSequence

Completed in 58 milliseconds