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

  /external/webrtc/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_t MSG_MONITOR_POLL = 1;
82 case MSG_MONITOR_POLL:
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
  /external/webrtc/webrtc/p2p/client/
socketmonitor.cc 18 MSG_MONITOR_POLL,
68 case MSG_MONITOR_POLL:
93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);

Completed in 93 milliseconds