/external/webrtc/webrtc/libjingle/xmpp/ |
D | pingtask.cc | 79 message_queue_->PostDelayed(ping_timeout_millis_, this); in ProcessStart() 80 message_queue_->PostDelayed(ping_period_millis_, this); in ProcessStart()
|
/external/webrtc/talk/media/devices/ |
D | yuvframescapturer.cc | 61 PostDelayed(waiting_time_ms, this); in Run() 74 PostDelayed(waiting_time_ms, this); in OnMessage()
|
D | filevideocapturer.cc | 126 PostDelayed(waiting_time_ms, this); in Run() 138 PostDelayed(waiting_time_ms, this); in OnMessage()
|
/external/webrtc/webrtc/p2p/base/ |
D | stunrequest.cc | 50 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL); in SendDelayed() 211 manager_->thread_->PostDelayed(resend_delay(), this, MSG_STUN_SEND, NULL); in OnMessage()
|
D | pseudotcp_unittest.cc | 150 rtc::Thread::Current()->PostDelayed(delay_, this, id, in TcpWritePacket() 163 rtc::Thread::Current()->PostDelayed(interval, this, message); in UpdateClock() 565 rtc::Thread::Current()->PostDelayed(10, this, MSG_WRITE); in WriteData()
|
D | turnserver.cc | 628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleAllocateRequest() 656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT); in HandleRefreshRequest() 921 thread_->PostDelayed(kPermissionTimeout, this, MSG_ALLOCATION_TIMEOUT); in Refresh() 942 thread_->PostDelayed(kChannelTimeout, this, MSG_ALLOCATION_TIMEOUT); in Refresh()
|
D | relayserver.cc | 670 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in RelayServerBinding() 741 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in OnMessage()
|
D | tcpport.cc | 430 port()->thread()->PostDelayed(reconnection_timeout(), this, in OnClose()
|
/external/webrtc/talk/session/media/ |
D | mediamonitor.cc | 105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollMediaChannel()
|
D | audiomonitor.cc | 110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollVoiceChannel()
|
/external/webrtc/webrtc/p2p/client/ |
D | socketmonitor.cc | 93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollConnectionStats_w()
|
D | basicportallocator.cc | 195 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); in StartGettingPorts() 696 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); in OnShake() 844 session_->network_thread()->PostDelayed( in OnMessage()
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeperiodicvideocapturer.h | 71 rtc::Thread::Current()->PostDelayed(static_cast<int>( in OnMessage()
|
D | fakeaudiocapturemodule.cc | 690 process_thread_->PostDelayed(wait_time, this, MSG_RUN_PROCESS); in ProcessFrameP()
|
/external/webrtc/webrtc/base/ |
D | asyncinvoker.cc | 76 thread->PostDelayed(delay_ms, this, id, in DoInvokeDelayed()
|
D | virtualsocket_unittest.cc | 37 thread->PostDelayed(NextDelay(), this, 1); in Sender() 62 thread->PostDelayed(NextDelay(), this, 1); in OnMessage() 87 thread->PostDelayed(1000, this, 1); in Receiver() 122 thread->PostDelayed(1000, this, 1); in OnMessage()
|
D | messagequeue.h | 197 virtual void PostDelayed(int cmsDelay,
|
D | thread_unittest.cc | 72 post_thread_->PostDelayed(200, post_handler_, 0, new TestMessage(result)); in OnPacket() 211 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1)); in TEST()
|
D | autodetectproxy.cc | 183 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT); in Next()
|
D | messagequeue.cc | 302 void MessageQueue::PostDelayed(int cmsDelay, in PostDelayed() function in rtc::MessageQueue
|
D | virtualsocketserver.cc | 744 msg_queue_->PostDelayed(delay, remote, MSG_ID_CONNECT, in Connect() 748 msg_queue_->PostDelayed(delay, socket, MSG_ID_DISCONNECT); in Connect()
|
/external/webrtc/talk/app/webrtc/ |
D | dtmfsender.cc | 244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF); in DoInsertDtmf()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediadecoder_jni.cc | 387 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in InitDecodeOnCodecThread() 807 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in OnMessage()
|
D | androidmediaencoder_jni.cc | 439 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in OnMessage() 552 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in InitEncodeOnCodecThread()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | peer_connection_client.cc | 503 rtc::Thread::Current()->PostDelayed(kReconnectDelay, this, 0);
|