OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
);
447
if (pmsg->message_id ==
MSG_WK_CLOCK
) {
450
//LOG(LS_INFO) << "PseudoTcpChannel::OnMessage(
MSG_WK_CLOCK
)";
533
worker_thread_->Clear(this,
MSG_WK_CLOCK
);
534
worker_thread_->PostDelayed(_max(timeout, 0L), this,
MSG_WK_CLOCK
);
Completed in 402 milliseconds