/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 | 88 } else if (MSG_TIMEOUT == msg->message_id) { 152 Thread::Current()->Post(this, MSG_TIMEOUT); 173 Thread::Current()->Clear(this, MSG_TIMEOUT); 190 Thread::Current()->Post(this, MSG_TIMEOUT); 194 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT); 217 Thread::Current()->Clear(this, MSG_TIMEOUT);
|
autodetectproxy.h | 74 enum { MSG_TIMEOUT = SignalThread::ST_MSG_FIRST_AVAILABLE,
|
opensslstreamadapter.h | 135 enum { MSG_TIMEOUT = MSG_MAX+1};
|
opensslstreamadapter.cc | 656 Thread::Current()->Clear(this, MSG_TIMEOUT); 683 Thread::Current()->PostDelayed(delay, this, MSG_TIMEOUT, 0); 732 Thread::Current()->Clear(this, MSG_TIMEOUT); 738 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, 647 thread_->Clear(this, MSG_TIMEOUT); 692 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT); 719 thread_->Clear(this, MSG_TIMEOUT); 720 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_TIMEOUT); [all...] |
session.cc | 857 case MSG_TIMEOUT: [all...] |
session.h | 221 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 | 181 private static final int MSG_TIMEOUT = 7; 709 case MSG_TIMEOUT: [all...] |