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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
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.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 196 milliseconds