HomeSort by relevance Sort by last modified time
    Searched refs:AddRemoteCandidate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/protocol/
transport.h 73 // to be passed to the AddRemoteCandidate() method on the remote
100 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;
libjingle_transport_factory.cc 65 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) OVERRIDE;
249 void LibjingleStreamTransport::AddRemoteCandidate(
jingle_session.cc 245 channel->AddRemoteCandidate(it->candidate);
521 channel->second->AddRemoteCandidate(it->candidate);

Completed in 73 milliseconds