Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel.h250 uint32_t GetRemoteCandidateGeneration(const Candidate& candidate);
Dp2p_transport_channel.cc1168 uint32_t generation = GetRemoteCandidateGeneration(candidate); in AddRemoteCandidate()
1414 uint32_t P2PTransportChannel::GetRemoteCandidateGeneration( in GetRemoteCandidateGeneration() function in cricket::P2PTransportChannel