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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 50 MSG_ST_EVENT,
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));
265 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true);
305 stream_thread_->Clear(this, MSG_ST_EVENT);
394 stream_thread_->Post(this, MSG_ST_EVENT,
408 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ));
419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE));
428 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
457 } else if (pmsg->message_id == MSG_ST_EVENT) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 51 MSG_ST_EVENT,
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));
268 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true);
308 stream_thread_->Clear(this, MSG_ST_EVENT);
403 stream_thread_->Post(this, MSG_ST_EVENT,
417 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ));
428 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE));
437 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
466 } else if (pmsg->message_id == MSG_ST_EVENT) {
    [all...]

Completed in 456 milliseconds