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

  /external/chromium_org/third_party/webrtc/base/
asynchttprequest.cc 16 MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
57 Thread::Current()->Clear(this, MSG_TIMEOUT);
76 case MSG_TIMEOUT:
112 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
autodetectproxy.cc 71 } else if (MSG_TIMEOUT == msg->message_id) {
135 Thread::Current()->Post(this, MSG_TIMEOUT);
156 Thread::Current()->Clear(this, MSG_TIMEOUT);
173 Thread::Current()->Post(this, MSG_TIMEOUT);
177 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT);
200 Thread::Current()->Clear(this, MSG_TIMEOUT);
autodetectproxy.h 57 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
opensslstreamadapter.h 117 enum { MSG_TIMEOUT = MSG_MAX+1};
opensslstreamadapter.cc 637 Thread::Current()->Clear(this, MSG_TIMEOUT);
661 Thread::Current()->PostDelayed(delay, this, MSG_TIMEOUT, 0);
715 Thread::Current()->Clear(this, MSG_TIMEOUT);
721 if (MSG_TIMEOUT == msg->message_id) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 33 private static final int MSG_TIMEOUT = 1;
232 mHandler.removeMessages(MSG_TIMEOUT);
252 mHandler.removeMessages(MSG_TIMEOUT);
253 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), mTimeout);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 58 MSG_TIMEOUT = 3,
123 worker_->Clear(this, MSG_TIMEOUT);
203 worker_->PostDelayed(timeout_ms_, this, MSG_TIMEOUT);
210 case MSG_TIMEOUT:
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 915 case MSG_TIMEOUT:
    [all...]
session.h 234 MSG_TIMEOUT = 0,

Completed in 143 milliseconds