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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.cc 106 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
filemediaengine.cc 146 PostDelayed(0, this); // Wake up the send thread.
174 PostDelayed(wait, this);
audiomonitor.cc 110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
call.cc 79 session_client_->session_manager()->signaling_thread()->PostDelayed(
363 talk_base::Thread::Current()->PostDelayed(kDTMFDelay, this, MSG_PLAYDTMF);
channel.cc 593 void BaseChannel::PostDelayed(int cmsDelay, uint32 id,
595 worker_thread_->PostDelayed(cmsDelay, this, id, pdata);
661 PostDelayed(kEarlyMediaTimeout, MSG_EARLYMEDIATIMEOUT);
    [all...]
channel.h 149 void PostDelayed(int cmsDelay, uint32 id = 0,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunrequest.cc 63 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
185 manager_->thread_->PostDelayed(delay, this, MSG_STUN_SEND, NULL);
p2ptransportchannel.cc 770 thread()->PostDelayed(delay, this, MSG_PING);
    [all...]
relayserver.cc 689 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
761 server_->thread()->PostDelayed(lifetime_, this, MSG_LIFETIME_TIMER);
relayport.cc 491 port()->thread()->PostDelayed(kSoftConnectTimeoutMs, this,
port.cc 431 thread_->PostDelayed(kPortTimeoutDelay, this, MSG_CHECKTIMEOUT);
session.cc 565 signaling_thread_->PostDelayed(
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.cc 66 Thread::Current()->PostDelayed(timeout_, this, MSG_TIMEOUT);
autodetectproxy.cc 105 Thread::Current()->PostDelayed(2000, this, MSG_TIMEOUT);
messagequeue.h 186 virtual void PostDelayed(int cmsDelay, MessageHandler *phandler,
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 151 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
basicportallocator.cc 249 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
256 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE);
382 network_thread_->PostDelayed(ALLOCATE_DELAY, this, MSG_ALLOCATE);
525 network_thread_->PostDelayed(ShakeDelay(), this, MSG_SHAKE);
583 session_->network_thread()->PostDelayed(ALLOCATION_STEP_DELAY,
638 session_->network_thread()->PostDelayed(ALLOCATION_STEP_DELAY,
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 523 worker_thread_->PostDelayed(_max(timeout, 0L), this, MSG_WK_CLOCK);

Completed in 140 milliseconds