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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 104 stream_thread_(stream_thread),
181 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
199 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
228 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
249 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
265 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true);
280 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
301 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
305 stream_thread_->Clear(this, MSG_ST_EVENT);
394 stream_thread_->Post(this, MSG_ST_EVENT
    [all...]
pseudotcpchannel.h 123 talk_base::Thread* signal_thread_, * worker_thread_, * stream_thread_; member in class:cricket::PseudoTcpChannel
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 105 stream_thread_(stream_thread),
184 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
202 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
231 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
252 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
268 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true);
283 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
304 ASSERT(stream_ != NULL && stream_thread_->IsCurrent());
308 stream_thread_->Clear(this, MSG_ST_EVENT);
403 stream_thread_->Post(this, MSG_ST_EVENT
    [all...]
pseudotcpchannel.h 126 talk_base::Thread* signal_thread_, * worker_thread_, * stream_thread_; member in class:cricket::PseudoTcpChannel

Completed in 895 milliseconds