Searched defs:best_connection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h102 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
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_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...]

Completed in 91 milliseconds