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

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc49 MSG_WK_CLOCK = 1, enumerator in enum:cricket::__anon12702
178 worker_thread_->Clear(this, MSG_WK_CLOCK);
447 if (pmsg->message_id == MSG_WK_CLOCK) {
450 //LOG(LS_INFO) << "PseudoTcpChannel::OnMessage(MSG_WK_CLOCK)";
534 worker_thread_->Clear(this, MSG_WK_CLOCK);
535 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK); local

Completed in 209 milliseconds