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

  /external/libbrillo/brillo/http/
http_transport_curl.cc 116 std::shared_ptr<http::Connection> Transport::CreateConnection(
http_transport_fake.cc 35 std::shared_ptr<http::Connection> Transport::CreateConnection(
  /external/webrtc/webrtc/p2p/base/
stunport.cc 255 Connection* UDPPort::CreateConnection(const Candidate& address,
tcpport.cc 126 Connection* TCPPort::CreateConnection(const Candidate& address,
relayport.cc 278 Connection* RelayPort::CreateConnection(const Candidate& address,
p2ptransportchannel.cc 466 CreateConnection(port, *iter, iter->origin_port());
611 Connection* connection = port->CreateConnection(
742 if (CreateConnection(*it, remote_candidate, origin_port)) {
750 if (CreateConnection(origin_port, remote_candidate, origin_port))
762 bool P2PTransportChannel::CreateConnection(PortInterface* port,
792 connection = port->CreateConnection(remote_candidate, origin);
    [all...]
turnport.cc 440 Connection* TurnPort::CreateConnection(const Candidate& address,
    [all...]
port_unittest.cc 162 virtual Connection* CreateConnection(const Candidate& remote_candidate,
237 void CreateConnection(const Candidate& remote_candidate) {
238 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE);
260 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE);
572 // should have its Connection created (either through CreateConnection() or
595 ch1->CreateConnection(GetCandidate(ch2->port()));
650 ch1.CreateConnection(GetCandidate(port2));
800 ch1.CreateConnection(GetCandidate(port2));
830 ch2.CreateConnection(GetCandidate(port1));
    [all...]
  /system/connectivity/shill/
device.cc 902 CreateConnection();
    [all...]

Completed in 578 milliseconds