/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | basicportallocator.cc | 249 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()
|
D | socketmonitor.cc | 151 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollSocket()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | filemediaengine.cc | 146 PostDelayed(0, this); // Wake up the send thread. in SetSend() 174 PostDelayed(wait, this); in OnMessage()
|
D | mediamonitor.cc | 106 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()
|
D | call.cc | 79 session_client_->session_manager()->signaling_thread()->PostDelayed( in InitiateSession() 363 talk_base::Thread::Current()->PostDelayed(kDTMFDelay, this, MSG_PLAYDTMF); in ContinuePlayDTMF()
|
D | channel.cc | 593 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()
|
D | channel.h | 149 void PostDelayed(int cmsDelay, uint32 id = 0,
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stunrequest.cc | 63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL); in SendDelayed() 185 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL); in OnMessage()
|
D | p2ptransportchannel.cc | 770 thread()->PostDelayed(delay, this, MSG_PING); in OnPing() 922 thread()->PostDelayed(kAllocatePeriod, this, MSG_ALLOCATE); in OnSignalingReady()
|
D | relayserver.cc | 689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in RelayServerBinding() 761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER); in OnMessage()
|
D | relayport.cc | 491 port()->thread()->PostDelayed(kSoftConnectTimeoutMs, this, in Connect()
|
D | port.cc | 431 thread_->PostDelayed(kPortTimeoutDelay, this, MSG_CHECKTIMEOUT); in Start()
|
D | session.cc | 565 signaling_thread_->PostDelayed( in OnTransportWritable()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | asynchttprequest.cc | 66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT); in OnWorkStart()
|
D | autodetectproxy.cc | 105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT); in Next()
|
D | messagequeue.h | 186 virtual void PostDelayed(int cmsDelay, MessageHandler *phandler,
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | pseudotcpchannel.cc | 523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK); in AdjustClock()
|