HomeSort by relevance Sort by last modified time
    Searched full:current_connection_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/p2p/base/
relayport.cc 135 RelayConnection* current_connection_; member in class:cricket::RelayEntry
455 current_connection_(NULL) {
460 delete current_connection_;
461 current_connection_ = NULL;
477 if (current_connection_) {
478 port()->thread()->Dispose(current_connection_);
479 current_connection_ = NULL;
517 current_connection_ = new RelayConnection(ra, socket, port()->thread());
519 current_connection_->SetSocketOption(port_->options()[i].first,
531 current_connection_->SendAllocateRequest(this, 0)
    [all...]

Completed in 245 milliseconds