HomeSort by relevance Sort by last modified time
    Searched refs:MSG_TIMEOUT (Results 1 - 10 of 10) 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);
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 40 public static final int MSG_TIMEOUT = 0xC001;
91 case MSG_TIMEOUT:
130 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT),
254 handler.removeMessages(MSG_TIMEOUT);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 45 public static final int MSG_TIMEOUT = 0xC001;
95 case MSG_TIMEOUT:
134 handler.sendMessageDelayed(handler.obtainMessage(MSG_TIMEOUT),
292 handler.removeMessages(MSG_TIMEOUT);
TestShellActivity.java 78 if (msg.what == MSG_TIMEOUT) {
219 Message m = mHandler.obtainMessage(MSG_TIMEOUT);
351 mHandler.removeMessages(MSG_TIMEOUT);
    [all...]
  /frameworks/base/core/java/android/view/
VolumePanel.java 92 private static final int MSG_TIMEOUT = 5;
643 case MSG_TIMEOUT: {
660 removeMessages(MSG_TIMEOUT);
661 sendMessageDelayed(obtainMessage(MSG_TIMEOUT), TIMEOUT_DELAY);
665 removeMessages(MSG_TIMEOUT);
666 sendMessage(obtainMessage(MSG_TIMEOUT));
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 61 static final int MSG_TIMEOUT = 100;
122 case MSG_TIMEOUT: {
330 mHandler.sendEmptyMessage(MSG_TIMEOUT);
  /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 163 private static final int MSG_TIMEOUT = 7;
603 case MSG_TIMEOUT:
    [all...]

Completed in 239 milliseconds