OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_remote_candidate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
460
Candidate
new_remote_candidate
;
local
462
new_remote_candidate
= *candidate;
464
new_remote_candidate
.set_address(address);
485
new_remote_candidate
= Candidate(
490
new_remote_candidate
.set_priority(
491
new_remote_candidate
.GetPriority(ICE_TYPE_PREFERENCE_SRFLX));
513
new_remote_candidate
.set_priority(priority_attr->value());
524
if (port->GetConnection(
new_remote_candidate
.address())) {
527
<< "candidate: " <<
new_remote_candidate
.ToString();
539
new_remote_candidate
, cricket::PortInterface::ORIGIN_THIS_PORT)
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
330
Candidate
new_remote_candidate
= *candidate;
local
331
new_remote_candidate
.set_address(address);
332
//
new_remote_candidate
.set_protocol(port->protocol());
337
if (CreateConnections(
new_remote_candidate
, port, true)) {
[
all
...]
Completed in 29 milliseconds