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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel_unittest.cc453 if (ep1_ch1()->best_connection() &&
454 ep2_ch1()->best_connection()) {
602 EXPECT_TRUE(ep1_ch1()->best_connection() &&
603 ep2_ch1()->best_connection());
640 ep1_ch1()->best_connection() && ep2_ch1()->best_connection() &&
699 return (ch && ch->best_connection()) ?
700 &ch->best_connection()->local_candidate() : NULL;
704 return (ch && ch->best_connection()) ?
705 &ch->best_connection()
1272 const cricket::Connection* best_connection = NULL; local
1290 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.h102 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
H A Dp2ptransportchannel.cc850 info.best_connection = (best_connection_ == connection);
1183 // a.4) |conn| has higher priority than best_connection.
1185 // b.1) |conn| is the best_connection AND
/external/chromium_org/remoting/protocol/
H A Dlibjingle_transport_factory.cc261 DCHECK(channel_->best_connection());
263 channel_->best_connection()->local_candidate();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.cc900 info.best_connection);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc707 if (it->best_connection) {

Completed in 177 milliseconds