HomeSort by relevance Sort by last modified time
    Searched refs:PostDelayed (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pingtask.cc 72 message_queue_->PostDelayed(ping_timeout_millis_, this);
73 message_queue_->PostDelayed(ping_period_millis_, this);
  /external/chromium_org/jingle/glue/
thread_wrapper_unittest.cc 124 TEST_F(ThreadWrapperTest, PostDelayed) {
130 thread_->PostDelayed(kTestDelayMs1, &handler1_, kTestMessage1, data1);
131 thread_->PostDelayed(kTestDelayMs2, &handler1_, kTestMessage2, data2);
132 thread_->PostDelayed(kTestDelayMs3, &handler2_, kTestMessage1, data3);
133 thread_->PostDelayed(kTestDelayMs4, &handler2_, kTestMessage1, data4);
182 thread_->PostDelayed(kTestDelayMs1, &handler1_, kTestMessage1, NULL);
183 thread_->PostDelayed(kTestDelayMs2, &handler1_, kTestMessage2, NULL);
184 thread_->PostDelayed(kTestDelayMs3, &handler2_, kTestMessage1, NULL);
185 thread_->PostDelayed(kTestDelayMs4, &handler2_, kTestMessage1, NULL);
thread_wrapper.h 62 virtual void PostDelayed(int delay_ms,
  /external/chromium_org/third_party/libjingle/source/talk/base/
asynchttprequest.cc 64 Thread::Current()->PostDelayed(start_delay_, this, MSG_LAUNCH_REQUEST);
129 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
thread_unittest.cc 90 post_thread_->PostDelayed(200, post_handler_, 0, new TestMessage(result));
184 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1));
cpumonitor.cc 400 monitor_thread_->PostDelayed(period_ms_, this);
419 monitor_thread_->PostDelayed(period_ms_, this);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.cc 68 capture_thread_.PostDelayed(interval_, this);
75 capture_thread_.PostDelayed(interval_, this);
filemediaengine.cc 190 PostDelayed(0, this); // Wake up the send thread.
224 PostDelayed(wait, this);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typingmonitor.cc 80 worker_thread_->PostDelayed(mute_period_, this, 0);
119 talk_base::Thread::Current()->PostDelayed(expiry_time, this, 0);
mediamonitor.cc 105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
audiomonitor.cc 110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.cc 106 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
filemediaengine.cc 146 PostDelayed(0, this); // Wake up the send thread.
174 PostDelayed(wait, this);
audiomonitor.cc 110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 71 talk_base::Thread::Current()->PostDelayed(static_cast<int>(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 111 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunrequest.cc 63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
185 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunrequest.cc 63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
199 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL);
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
autodetectproxy.cc 105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT);
messagequeue.h 186 virtual void PostDelayed(int cmsDelay, MessageHandler *phandler,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 117 PostDelayed(waiting_time_ms, this);
127 PostDelayed(waiting_time_ms, this);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 151 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
basicportallocator.cc 249 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
256 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE);
382 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE);
525 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
583 session_->network_thread()->PostDelayed(ALLOCATION_STEP_DELAY,
638 session_->network_thread()->PostDelayed(ALLOCATION_STEP_DELAY,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender.cc 244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF);

Completed in 642 milliseconds

1 2 3