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

/external/webrtc/webrtc/p2p/base/
H A Dp2ptransportchannel.h105 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
H A Dtransport.h85 : best_connection(false),
99 bool best_connection; // Is this the best connection we have? member in struct:cricket::ConnectionInfo
H A Dp2ptransportchannel_unittest.cc518 if (ep1_ch1()->best_connection() &&
519 ep2_ch1()->best_connection()) {
632 EXPECT_TRUE(ep1_ch1()->best_connection() &&
633 ep2_ch1()->best_connection());
722 return (ch && ch->best_connection()) ?
723 &ch->best_connection()->local_candidate() : NULL;
727 return (ch && ch->best_connection()) ?
728 &ch->best_connection()->remote_candidate() : NULL;
1135 if (info.best_connection) {
1170 const cricket::Connection* best_connection local
1229 const cricket::Connection* best_connection = NULL; local
1245 const cricket::Connection* best_connection = NULL; local
[all...]

Completed in 230 milliseconds