Searched refs:best_connection (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel_unittest.cc437 if (ep1_ch1()->best_connection() &&
438 ep2_ch1()->best_connection()) {
585 EXPECT_TRUE(ep1_ch1()->best_connection() &&
586 ep2_ch1()->best_connection());
638 return (ch && ch->best_connection()) ?
639 &ch->best_connection()->local_candidate() : NULL;
643 return (ch && ch->best_connection()) ?
644 &ch->best_connection()->remote_candidate() : NULL;
1145 EXPECT_TRUE(infos[0].best_connection);
1168 const cricket::Connection* best_connection local
1186 const cricket::Connection* best_connection = NULL; local
[all...]
H A Dtransport.h144 : best_connection(false),
156 bool best_connection; // Is this the best connection we have? member in struct:cricket::ConnectionInfo
H A Dp2ptransportchannel.h100 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
H A Dp2ptransportchannel.cc821 info.best_connection = (best_connection_ == connection);
1143 // a.4) |conn| has higher priority than best_connection.
1145 // b.1) |conn| is the best_connection AND
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.h42 bool best_connection; member in struct:cricket::ConnectionInfo
H A Dsocketmonitor.cc125 info.best_connection = p2p_channel->best_connection() == connection;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h94 Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
/external/chromium_org/remoting/protocol/
H A Dlibjingle_transport_factory.cc302 DCHECK(channel_->best_connection());
304 channel_->best_connection()->local_candidate();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc689 info.best_connection);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc932 if (it->best_connection) {

Completed in 860 milliseconds