Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc249 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); in GetInitialPorts()
256 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE); in StartGetAllPorts()
382 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE); in OnAllocate()
525 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE); in OnShake()
583 session_->network_thread()->PostDelayed(ALLOCATION_STEP_DELAY, in Start()
638 session_->network_thread()->PostDelayed(ALLOCATION_STEP_DELAY, in OnMessage()
Dsocketmonitor.cc151 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollSocket()
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dfilemediaengine.cc146 PostDelayed(0, this); // Wake up the send thread. in SetSend()
174 PostDelayed(wait, this); in OnMessage()
Dmediamonitor.cc106 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollMediaChannel()
Daudiomonitor.cc110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollVoiceChannel()
Dcall.cc79 session_client_->session_manager()->signaling_thread()->PostDelayed( in InitiateSession()
363 talk_base::Thread::Current()->PostDelayed(kDTMFDelay, this, MSG_PLAYDTMF); in ContinuePlayDTMF()
Dchannel.cc593 void BaseChannel::PostDelayed(int cmsDelay, uint32 id, in PostDelayed() function in cricket::BaseChannel
595 worker_thread_->PostDelayed(cmsDelay, this, id, pdata); in PostDelayed()
661 PostDelayed(kEarlyMediaTimeout, MSG_EARLYMEDIATIMEOUT); in SetEarlyMedia()
Dchannel.h149 void PostDelayed(int cmsDelay, uint32 id = 0,
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunrequest.cc63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL); in SendDelayed()
185 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL); in OnMessage()
Dp2ptransportchannel.cc770 thread()->PostDelayed(delay, this, MSG_PING); in OnPing()
922 thread()->PostDelayed(kAllocatePeriod, this, MSG_ALLOCATE); in OnSignalingReady()
Drelayserver.cc689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in RelayServerBinding()
761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in OnMessage()
Drelayport.cc491 port()->thread()->PostDelayed(kSoftConnectTimeoutMs, this, in Connect()
Dport.cc431 thread_->PostDelayed(kPortTimeoutDelay, this, MSG_CHECKTIMEOUT); in Start()
Dsession.cc565 signaling_thread_->PostDelayed( in OnTransportWritable()
/external/chromium/third_party/libjingle/source/talk/base/
Dasynchttprequest.cc66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT); in OnWorkStart()
Dautodetectproxy.cc105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT); in Next()
Dmessagequeue.h186 virtual void PostDelayed(int cmsDelay, MessageHandler *phandler,
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK); in AdjustClock()