Home
last modified time | relevance | path

Searched refs:GetRemoteCandidateGeneration (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel.h210 uint32_t GetRemoteCandidateGeneration(const Candidate& candidate);
Dp2ptransportchannel.cc676 uint32_t generation = GetRemoteCandidateGeneration(candidate); in AddRemoteCandidate()
812 uint32_t P2PTransportChannel::GetRemoteCandidateGeneration( in GetRemoteCandidateGeneration() function in cricket::P2PTransportChannel