Searched defs:remote_candidate (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
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 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 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 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 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.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 Dport_unittest.cc167 virtual Connection* CreateConnection(const Candidate& remote_candidate, argument
169 Connection* conn = new ProxyConnection(this, 0, remote_candidate);

Completed in 119 milliseconds