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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 172 best_connection_(NULL),
227 best_connection_ = NULL;
486 if (best_connection_ == NULL) {
490 int sent = best_connection_->Send(data, len);
493 error_ = best_connection_->GetError();
560 if (ShouldSwitch(best_connection_, top_connection))
624 // Note: if conn is NULL, the previous best_connection_ has been destroyed,
627 Connection* old_best_connection = best_connection_;
628 best_connection_ = conn;
629 if (best_connection_) {
    [all...]
p2ptransportchannel.h 94 Connection* best_connection() const { return best_connection_; }
149 Connection *best_connection_; member in class:cricket::P2PTransportChannel

Completed in 121 milliseconds