Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc48 MSG_WK_CLOCK = 1, enumerator
175 worker_thread_->Clear(this, MSG_WK_CLOCK); in OnChannelDestroyed()
436 if (pmsg->message_id == MSG_WK_CLOCK) { in OnMessage()
522 worker_thread_->Clear(this, MSG_WK_CLOCK); in AdjustClock()
523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK); in AdjustClock()