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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 51 MSG_SI_DESTROYCHANNEL,
172 signal_thread_->Clear(this, MSG_SI_DESTROYCHANNEL);
471 } else if (pmsg->message_id == MSG_SI_DESTROYCHANNEL) {
474 LOG_F(LS_INFO) << "(MSG_SI_DESTROYCHANNEL)";
533 signal_thread_->Post(this, MSG_SI_DESTROYCHANNEL);
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 52 MSG_SI_DESTROYCHANNEL,
175 signal_thread_->Clear(this, MSG_SI_DESTROYCHANNEL);
480 } else if (pmsg->message_id == MSG_SI_DESTROYCHANNEL) {
483 LOG_F(LS_INFO) << "(MSG_SI_DESTROYCHANNEL)";
542 signal_thread_->Post(this, MSG_SI_DESTROYCHANNEL);

Completed in 233 milliseconds