Searched refs:remote_candidate (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.cc83 return (a->remote_candidate().generation() + a->port()->generation()) -
84 (b->remote_candidate().generation() + b->port()->generation());
632 bool P2PTransportChannel::CreateConnections(const Candidate& remote_candidate, argument
637 Candidate new_remote_candidate(remote_candidate);
639 GetRemoteCandidateGeneration(remote_candidate));
644 if (remote_candidate.username().empty()) {
647 if (remote_candidate.password().empty()) {
694 const Candidate& remote_candidate,
699 Connection* connection = port->GetConnection(remote_candidate.address());
703 if (!remote_candidate
693 CreateConnection(PortInterface* port, const Candidate& remote_candidate, PortInterface* origin_port, bool readable) argument
770 RememberRemoteCandidate( const Candidate& remote_candidate, PortInterface* origin_port) argument
[all...]
H A Drawtransportchannel.cc251 Candidate remote_candidate; local
252 remote_candidate.set_address(remote_address_);
253 SignalRouteChange(this, remote_candidate);
H A Dportproxy.cc91 Connection* PortProxy::CreateConnection(const Candidate& remote_candidate, argument
94 return impl_->CreateConnection(remote_candidate, origin);
H A Dportinterface.h89 const Candidate& remote_candidate, CandidateOrigin origin) = 0;
H A Dportproxy.h65 virtual Connection* CreateConnection(const Candidate& remote_candidate,
H A Dp2ptransportchannel.h185 bool CreateConnections(const Candidate &remote_candidate,
187 bool CreateConnection(PortInterface* port, const Candidate& remote_candidate,
193 void RememberRemoteCandidate(const Candidate& remote_candidate,
H A Dtransport.h167 Candidate remote_candidate; // The remote candidate for this connection. member in struct:cricket::ConnectionInfo
447 const Candidate& remote_candidate);
471 const Candidate& remote_candidate);
H A Dport.cc292 connections_[conn->remote_candidate().address()] = conn;
728 connections_.find(conn->remote_candidate().address());
782 connection_->remote_candidate().username(), &username);
828 request->AddMessageIntegrity(connection_->remote_candidate().password());
862 const Candidate& remote_candidate)
864 remote_candidate_(remote_candidate), read_state_(STATE_READ_INIT),
1042 data, size, remote_candidate().password())) {
1207 const Candidate& remote = remote_candidate();
861 Connection(Port* port, size_t index, const Candidate& remote_candidate) argument
H A Dtransport.cc627 const Candidate& remote_candidate) {
629 ChannelParams* params = new ChannelParams(new Candidate(remote_candidate));
635 const Candidate& remote_candidate) {
637 SignalRouteChange(this, remote_candidate.component(), remote_candidate);
626 OnChannelRouteChange(TransportChannel* channel, const Candidate& remote_candidate) argument
634 OnChannelRouteChange_s(const TransportChannel* channel, const Candidate& remote_candidate) argument
H A Dport.h421 const Candidate& remote_candidate() const { return remote_candidate_; } function in class:cricket::Connection
H A Dsession.h451 const cricket::Candidate& remote_candidate) {
448 OnTransportRouteChange( Transport* transport, int component, const cricket::Candidate& remote_candidate) argument
H A Dturnport.cc818 DestroyEntry(conn->remote_candidate().address());
H A Dport_unittest.cc167 virtual Connection* CreateConnection(const Candidate& remote_candidate, argument
169 Connection* conn = new ProxyConnection(this, 0, remote_candidate);
H A Dp2ptransportchannel_unittest.cc705 &ch->best_connection()->remote_candidate() : NULL;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc904 info.remote_candidate.address().ToString());
911 info.remote_candidate.type());
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc709 << "->" << it->remote_candidate.ToSensitiveString();

Completed in 3387 milliseconds