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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 87 // channel_ - created in Connect, destroyed when session_ or tcp_ goes away.
88 // tcp_ - created in Connect, destroyed when channel_ goes away, or connection
105 session_(session), channel_(NULL), tcp_(NULL), stream_(NULL),
118 ASSERT(tcp_ == NULL);
145 ASSERT(tcp_ == NULL);
146 tcp_ = new PseudoTcp(this, 0);
180 && ((tcp_ == NULL) || (tcp_->State() != PseudoTcp::TCP_CLOSED)))
182 if (tcp_) {
183 tcp_->Close(true)
    [all...]
pseudotcpchannel.h 128 PseudoTcp* tcp_; member in class:cricket::PseudoTcpChannel
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 88 // channel_ - created in Connect, destroyed when session_ or tcp_ goes away.
89 // tcp_ - created in Connect, destroyed when channel_ goes away, or connection
106 session_(session), channel_(NULL), tcp_(NULL), stream_(NULL),
119 ASSERT(tcp_ == NULL);
148 ASSERT(tcp_ == NULL);
149 tcp_ = new PseudoTcp(this, 0);
183 && ((tcp_ == NULL) || (tcp_->State() != PseudoTcp::TCP_CLOSED)))
185 if (tcp_) {
186 tcp_->Close(true)
    [all...]
pseudotcpchannel.h 131 PseudoTcp* tcp_; member in class:cricket::PseudoTcpChannel

Completed in 1009 milliseconds