Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc50 MSG_ST_EVENT, enumerator
181 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0)); in OnChannelDestroyed()
199 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1)); in OnSessionTerminate()
265 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ), true); in Read()
305 stream_thread_->Clear(this, MSG_ST_EVENT); in Close()
394 stream_thread_->Post(this, MSG_ST_EVENT, in OnTcpOpen()
408 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_READ)); in OnTcpReadable()
419 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_WRITE)); in OnTcpWriteable()
428 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError)); in OnTcpClosed()
457 } else if (pmsg->message_id == MSG_ST_EVENT) { in OnMessage()