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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 42 bool best_connection; member in struct:cricket::ConnectionInfo
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 94 Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 98 const Connection* best_connection() const { return best_connection_; } function in class:cricket::P2PTransportChannel
transport.h 143 : best_connection(false),
155 bool best_connection; // Is this the best connection we have? member in struct:cricket::ConnectionInfo
p2ptransportchannel_unittest.cc 431 if (ep1_ch1()->best_connection() &&
432 ep2_ch1()->best_connection()) {
579 EXPECT_TRUE(ep1_ch1()->best_connection() &&
580 ep2_ch1()->best_connection());
631 return (ch && ch->best_connection()) ?
632 &ch->best_connection()->local_candidate() : NULL;
636 return (ch && ch->best_connection()) ?
637 &ch->best_connection()->remote_candidate() : NULL;
1159 const cricket::Connection* best_connection = NULL; local
1177 const cricket::Connection* best_connection = NULL; local
    [all...]

Completed in 1149 milliseconds