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 450 if (ep1_ch1()->best_connection() &&
451 ep2_ch1()->best_connection()) {
599 EXPECT_TRUE(ep1_ch1()->best_connection() &&
600 ep2_ch1()->best_connection());
637 ep1_ch1()->best_connection() && ep2_ch1()->best_connection() &&
696 return (ch && ch->best_connection()) ?
697 &ch->best_connection()->local_candidate() : NULL;
701 return (ch && ch->best_connection()) ?
702 &ch->best_connection()->remote_candidate() : NULL
1265 const cricket::Connection* best_connection = NULL; local
1283 const cricket::Connection* best_connection = NULL; local
    [all...]

Completed in 45 milliseconds