Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel.h435 void FinishAddingRemoteCandidate(const Candidate& new_remote_candidate);
Dp2p_transport_channel.cc1210 FinishAddingRemoteCandidate(new_remote_candidate); in AddRemoteCandidate()
1268 FinishAddingRemoteCandidate(candidate); in AddRemoteCandidateWithResolver()
1271 void P2PTransportChannel::FinishAddingRemoteCandidate( in FinishAddingRemoteCandidate() function in cricket::P2PTransportChannel