OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
562
if (!
CreateConnections
(new_remote_candidate, port, true)) {
617
CreateConnections
(candidate, NULL, false);
626
bool P2PTransportChannel::
CreateConnections
(const Candidate &remote_candidate,
[
all
...]
Completed in 2436 milliseconds