Home | History | Annotate | Download | only in base

Lines Matching refs:Candidate

52 #include "talk/p2p/base/candidate.h"
82 typedef std::vector<Candidate> Candidates;
109 // Parse a single candidate. This must be used when parsing Gingle
113 Candidate* candidates,
115 virtual bool WriteGingleCandidate(const Candidate& candidate,
166 Candidate local_candidate; // The local candidate for this connection.
167 Candidate remote_candidate; // The remote candidate for this connection.
314 const std::vector<Candidate>&> SignalCandidatesReady;
317 void OnRemoteCandidates(const std::vector<Candidate>& candidates);
319 // If candidate is not acceptable, returns false and sets error.
321 virtual bool VerifyCandidate(const Candidate& candidate,
327 const Candidate&> SignalRouteChange;
431 // Candidate component => ChannelMapEntry
441 // Called when a candidate is ready from remote peer.
442 void OnRemoteCandidate(const Candidate& candidate);
443 // Called when a candidate is ready from channel.
445 const Candidate& candidate);
447 const Candidate& remote_candidate);
465 void OnRemoteCandidate_w(const Candidate& candidate);
471 const Candidate& remote_candidate);
517 std::vector<Candidate> ready_candidates_;