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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 35 MSG_MONITOR_POLL,
85 case MSG_MONITOR_POLL:
111 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.cc 35 MSG_MONITOR_POLL = 1,
85 case MSG_MONITOR_POLL:
105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
audiomonitor.cc 34 const uint32 MSG_MONITOR_POLL = 1;
82 case MSG_MONITOR_POLL:
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);

Completed in 102 milliseconds