Searched refs:OnRemoteCandidates (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc317 bool TransportProxy::OnRemoteCandidates(const Candidates& candidates, function in class:cricket::TransportProxy
334 transport_->get()->OnRemoteCandidates(candidates);
697 bool BaseSession::OnRemoteCandidates(const std::string& content_name, function in class:cricket::BaseSession
707 if (!transproxy->OnRemoteCandidates(candidates, error)) {
1103 bool Session::OnRemoteCandidates( function in class:cricket::Session
1108 if (!BaseSession::OnRemoteCandidates(
1386 if (!OnRemoteCandidates(init.transports, error))
1419 if (!OnRemoteCandidates(accept.transports, error))
1462 if (!OnRemoteCandidates(tinfos, error))
H A Dsession.h156 bool OnRemoteCandidates(const Candidates& candidates, std::string* error);
399 bool OnRemoteCandidates(const std::string& content_name,
609 bool OnRemoteCandidates(const TransportInfos& tinfos,
H A Dtransport.h317 void OnRemoteCandidates(const std::vector<Candidate>& candidates);
320 // Call this before calling OnRemoteCandidates.
H A Dtransport.cc493 void Transport::OnRemoteCandidates(const std::vector<Candidate>& candidates) { function in class:cricket::Transport
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc1426 if (OnRemoteCandidates(content.name, candidates, &error)) {

Completed in 258 milliseconds