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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 113 bool CreateConnections(const Candidate &remote_candidate, Port* origin_port,
p2ptransportchannel.cc 337 if (CreateConnections(new_remote_candidate, port, true)) {
360 CreateConnections(candidate, NULL, false);
369 bool P2PTransportChannel::CreateConnections(const Candidate &remote_candidate,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 124 bool CreateConnections(const Candidate &remote_candidate,
p2ptransportchannel.cc 547 if (!CreateConnections(new_remote_candidate, port, true)) {
602 CreateConnections(candidate, NULL, false);
611 bool P2PTransportChannel::CreateConnections(const Candidate &remote_candidate,
    [all...]

Completed in 1456 milliseconds