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

  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 32 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE };
66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
76 Thread::Current()->Clear(this, MSG_TIMEOUT);
94 if (message->message_id != MSG_TIMEOUT) {
autodetectproxy.cc 35 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE };
75 if (MSG_TIMEOUT == msg->message_id) {
92 Thread::Current()->Clear(this, MSG_TIMEOUT);
105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT);
109 Thread::Current()->Clear(this, MSG_TIMEOUT);
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.cc 33 MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
74 Thread::Current()->Clear(this, MSG_TIMEOUT);
93 case MSG_TIMEOUT:
129 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
autodetectproxy.cc 85 if (MSG_TIMEOUT == msg->message_id) {
154 Thread::Current()->Post(this, MSG_TIMEOUT);
168 Thread::Current()->Clear(this, MSG_TIMEOUT);
187 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT);
209 Thread::Current()->Clear(this, MSG_TIMEOUT);
autodetectproxy.h 74 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
opensslstreamadapter.h 133 enum { MSG_TIMEOUT = MSG_MAX+1};
opensslstreamadapter.cc 648 Thread::Current()->Clear(this, MSG_TIMEOUT);
675 Thread::Current()->PostDelayed(delay, this, MSG_TIMEOUT, 0);
724 Thread::Current()->Clear(this, MSG_TIMEOUT);
730 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);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 41 public static final int MSG_TIMEOUT = 0xC001;
92 case MSG_TIMEOUT:
131 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT),
255 handler.removeMessages(MSG_TIMEOUT);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.cc 69 MSG_TIMEOUT,
644 thread_->Clear(this, MSG_TIMEOUT);
689 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT);
716 thread_->Clear(this, MSG_TIMEOUT);
717 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT);
    [all...]
session.cc 823 case MSG_TIMEOUT:
    [all...]
session.h 210 MSG_TIMEOUT = 0,
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 61 static final int MSG_TIMEOUT = 100;
122 case MSG_TIMEOUT: {
331 mHandler.sendEmptyMessage(MSG_TIMEOUT);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 76 static final int MSG_TIMEOUT = 1;
136 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT), TIMEOUT_MS);
346 mHandler.removeMessages(MSG_TIMEOUT);
393 case MSG_TIMEOUT:
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 38 MSG_TIMEOUT = 3,
103 worker_->Clear(this, MSG_TIMEOUT);
183 worker_->PostDelayed(timeout_ms_, this, MSG_TIMEOUT);
190 case MSG_TIMEOUT:
httpportallocator.cc 44 const uint32 MSG_TIMEOUT = 100; // must not conflict
  /frameworks/base/core/java/android/view/
VolumePanel.java 92 private static final int MSG_TIMEOUT = 5;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 45 const uint32 MSG_TIMEOUT = 1;
188 case MSG_TIMEOUT:
563 signaling_thread_->Clear(this, MSG_TIMEOUT);
566 session_manager_->session_timeout() * 1000, this, MSG_TIMEOUT);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 42 const uint32 MSG_TIMEOUT = 100; // must not conflict
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 176 private static final int MSG_TIMEOUT = 7;
702 case MSG_TIMEOUT:
    [all...]

Completed in 382 milliseconds