Searched refs:MSG_ST_EVENT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc51 MSG_ST_EVENT, enumerator in enum:cricket::__anon12702
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);
405 stream_thread_->Post(this, MSG_ST_EVENT,
419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ));
430 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE));
439 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
468 } else if (pmsg->message_id == MSG_ST_EVENT) {
[all...]

Completed in 140 milliseconds