Home
last modified time | relevance | path

Searched refs:PostDelayed (Results 1 – 25 of 32) sorted by relevance

12

/external/webrtc/webrtc/libjingle/xmpp/
Dpingtask.cc79 message_queue_->PostDelayed(ping_timeout_millis_, this); in ProcessStart()
80 message_queue_->PostDelayed(ping_period_millis_, this); in ProcessStart()
/external/webrtc/talk/media/devices/
Dyuvframescapturer.cc61 PostDelayed(waiting_time_ms, this); in Run()
74 PostDelayed(waiting_time_ms, this); in OnMessage()
Dfilevideocapturer.cc126 PostDelayed(waiting_time_ms, this); in Run()
138 PostDelayed(waiting_time_ms, this); in OnMessage()
/external/webrtc/webrtc/p2p/base/
Dstunrequest.cc50 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL); in SendDelayed()
211 manager_->thread_->PostDelayed(resend_delay(), this, MSG_STUN_SEND, NULL); in OnMessage()
Dpseudotcp_unittest.cc150 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()
Dturnserver.cc628 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()
Drelayserver.cc670 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in RelayServerBinding()
741 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in OnMessage()
Dtcpport.cc430 port()->thread()->PostDelayed(reconnection_timeout(), this, in OnClose()
/external/webrtc/talk/session/media/
Dmediamonitor.cc105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollMediaChannel()
Daudiomonitor.cc110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollVoiceChannel()
/external/webrtc/webrtc/p2p/client/
Dsocketmonitor.cc93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollConnectionStats_w()
Dbasicportallocator.cc195 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/
Dfakeperiodicvideocapturer.h71 rtc::Thread::Current()->PostDelayed(static_cast<int>( in OnMessage()
Dfakeaudiocapturemodule.cc690 process_thread_->PostDelayed(wait_time, this, MSG_RUN_PROCESS); in ProcessFrameP()
/external/webrtc/webrtc/base/
Dasyncinvoker.cc76 thread->PostDelayed(delay_ms, this, id, in DoInvokeDelayed()
Dvirtualsocket_unittest.cc37 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()
Dmessagequeue.h197 virtual void PostDelayed(int cmsDelay,
Dthread_unittest.cc72 post_thread_->PostDelayed(200, post_handler_, 0, new TestMessage(result)); in OnPacket()
211 th1.PostDelayed(100, &msg_client, 0, new TestMessage(1)); in TEST()
Dautodetectproxy.cc183 Thread::Current()->PostDelayed(timeout, this, MSG_TIMEOUT); in Next()
Dmessagequeue.cc302 void MessageQueue::PostDelayed(int cmsDelay, in PostDelayed() function in rtc::MessageQueue
Dvirtualsocketserver.cc744 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/
Ddtmfsender.cc244 signaling_thread_->PostDelayed(tone_gap, this, MSG_DO_INSERT_DTMF); in DoInsertDtmf()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc387 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in InitDecodeOnCodecThread()
807 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in OnMessage()
Dandroidmediaencoder_jni.cc439 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in OnMessage()
552 codec_thread_->PostDelayed(kMediaCodecPollMs, this); in InitEncodeOnCodecThread()
/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc503 rtc::Thread::Current()->PostDelayed(kReconnectDelay, this, 0);

12