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

1 2

  /external/webrtc/webrtc/libjingle/xmpp/
pingtask.cc 79 message_queue_->PostDelayed(ping_timeout_millis_, this);
80 message_queue_->PostDelayed(ping_period_millis_, this);
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 61 PostDelayed(waiting_time_ms, this);
74 PostDelayed(waiting_time_ms, this);
filevideocapturer.cc 126 PostDelayed(waiting_time_ms, this);
138 PostDelayed(waiting_time_ms, this);
  /external/webrtc/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 71 rtc::Thread::Current()->PostDelayed(static_cast<int>(
fakeaudiocapturemodule.cc 690 process_thread_->PostDelayed(wait_time, this, MSG_RUN_PROCESS);
  /external/webrtc/talk/session/media/
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/webrtc/webrtc/p2p/client/
socketmonitor.cc 93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
basicportallocator.cc 195 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
696 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
844 session_->network_thread()->PostDelayed(
    [all...]
  /external/webrtc/webrtc/base/
asyncinvoker.cc 76 thread->PostDelayed(delay_ms, this, id,
autodetectproxy.cc 183 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT);
messagequeue.h 197 virtual void PostDelayed(int cmsDelay,
thread_unittest.cc 72 post_thread_->PostDelayed(200, post_handler_, 0, new TestMessage(result));
211 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1));
messagequeue.cc 302 void MessageQueue::PostDelayed(int cmsDelay,
virtualsocket_unittest.cc 37 thread->PostDelayed(NextDelay(), this, 1);
62 thread->PostDelayed(NextDelay(), this, 1);
87 thread->PostDelayed(1000, this, 1);
122 thread->PostDelayed(1000, this, 1);
    [all...]
virtualsocketserver.cc 744 msg_queue_->PostDelayed(delay, remote, MSG_ID_CONNECT,
748 msg_queue_->PostDelayed(delay, socket, MSG_ID_DISCONNECT);
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunrequest.cc 50 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
211 manager_->thread_->PostDelayed(resend_delay(), this, MSG_STUN_SEND, NULL);
pseudotcp_unittest.cc 150 rtc::Thread::Current()->PostDelayed(delay_, this, id,
163 rtc::Thread::Current()->PostDelayed(interval, this, message);
565 rtc::Thread::Current()->PostDelayed(10, this, MSG_WRITE);
turnserver.cc 628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
921 thread_->PostDelayed(kPermissionTimeout, this, MSG_ALLOCATION_TIMEOUT);
942 thread_->PostDelayed(kChannelTimeout, this, MSG_ALLOCATION_TIMEOUT);
tcpport.cc 430 port()->thread()->PostDelayed(reconnection_timeout(), this,
relayserver.cc 670 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
741 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
  /external/webrtc/talk/app/webrtc/
dtmfsender.cc 244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF);
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 503 rtc::Thread::Current()->PostDelayed(kReconnectDelay, this, 0);
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 387 codec_thread_->PostDelayed(kMediaCodecPollMs, this);
807 codec_thread_->PostDelayed(kMediaCodecPollMs, this);
    [all...]
androidmediaencoder_jni.cc 439 codec_thread_->PostDelayed(kMediaCodecPollMs, this);
552 codec_thread_->PostDelayed(kMediaCodecPollMs, this);
    [all...]

Completed in 769 milliseconds

1 2