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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
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...]
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.cc 803 info.best_connection = (best_connection_ == connection);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 42 bool best_connection; member in struct:cricket::ConnectionInfo
socketmonitor.cc 125 info.best_connection = p2p_channel->best_connection() == connection;
  /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/remoting/protocol/
libjingle_transport_factory.cc 262 DCHECK(channel_->best_connection());
264 channel_->best_connection()->local_candidate();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 490 info.best_connection);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 901 if (it->best_connection) {
    [all...]

Completed in 135 milliseconds