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.cc431 if (ep1_ch1()->best_connection() &&
432 ep2_ch1()->best_connection()) {
579 EXPECT_TRUE(ep1_ch1()->best_connection() &&
580 ep2_ch1()->best_connection());
631 return (ch && ch->best_connection()) ?
632 &ch->best_connection()->local_candidate() : NULL;
636 return (ch && ch->best_connection()) ?
637 &ch->best_connection()->remote_candidate() : NULL;
1136 EXPECT_TRUE(infos[0].best_connection);
1159 const cricket::Connection* best_connection local
1177 const cricket::Connection* best_connection = NULL; local
[all...]
H A Dp2ptransportchannel.h98 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
H A Dtransport.h143 : best_connection(false),
155 bool best_connection; // Is this the best connection we have? member in struct:cricket::ConnectionInfo
H A Dp2ptransportchannel.cc803 info.best_connection = (best_connection_ == connection);
1117 // a.4) |conn| has higher priority than best_connection.
1119 // 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.cc262 DCHECK(channel_->best_connection());
264 channel_->best_connection()->local_candidate();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc490 info.best_connection);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc901 if (it->best_connection) {

Completed in 206 milliseconds