OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remote_candidate
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.h
115
Candidate
remote_candidate
; // The remote candidate for this connection.
member in struct:cricket::ConnectionInfo
p2ptransportchannel.cc
52
return (a->
remote_candidate
().generation() + a->port()->generation()) -
53
(b->
remote_candidate
().generation() + b->port()->generation());
546
Candidate
remote_candidate
;
local
549
remote_candidate
= *candidate;
551
remote_candidate
.set_address(address);
575
remote_candidate
= Candidate(component(), ProtoToString(proto), address, 0,
582
remote_candidate
.set_foundation(
583
rtc::ToString<uint32_t>(rtc::ComputeCrc32(
remote_candidate
.id())));
585
remote_candidate
.set_priority(remote_candidate_priority);
597
if (port->GetConnection(
remote_candidate
.address()))
[
all
...]
port.h
432
const Candidate&
remote_candidate
() const { return remote_candidate_; }
function in class:cricket::Connection
649
ProxyConnection(Port* port, size_t index, const Candidate&
remote_candidate
);
Completed in 213 milliseconds