HomeSort by relevance Sort by last modified time
    Searched defs:best_connection (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 102 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
transport.h 144 : best_connection(false),
156 bool best_connection; // Is this the best connection we have? member in struct:cricket::ConnectionInfo
p2ptransportchannel_unittest.cc 453 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()->remote_candidate() : NULL
1272 const cricket::Connection* best_connection = NULL; local
1290 const cricket::Connection* best_connection = NULL; local
    [all...]

Completed in 257 milliseconds