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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 48 MSG_WK_CLOCK = 1,
175 worker_thread_->Clear(this, MSG_WK_CLOCK);
436 if (pmsg->message_id == MSG_WK_CLOCK) {
439 //LOG(LS_INFO) << "PseudoTcpChannel::OnMessage(MSG_WK_CLOCK)";
522 worker_thread_->Clear(this, MSG_WK_CLOCK);
523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK);
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 49 MSG_WK_CLOCK = 1,
178 worker_thread_->Clear(this, MSG_WK_CLOCK);
445 if (pmsg->message_id == MSG_WK_CLOCK) {
448 //LOG(LS_INFO) << "PseudoTcpChannel::OnMessage(MSG_WK_CLOCK)";
531 worker_thread_->Clear(this, MSG_WK_CLOCK);
532 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK);

Completed in 77 milliseconds