Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h445 bool ReadyToUseRemoteCandidate(const IceCandidateInterface* candidate,
Dwebrtcsession.cc1224 bool ready = ReadyToUseRemoteCandidate(candidate, NULL, &valid); in ProcessIceMessage()
1695 if (!ReadyToUseRemoteCandidate(candidate, remote_desc, &valid)) { in UseCandidatesInSessionDescription()
2041 bool WebRtcSession::ReadyToUseRemoteCandidate( in ReadyToUseRemoteCandidate() function in webrtc::WebRtcSession