Searched refs:MSG_MONITOR_POLL (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
H A Dmediamonitor.cc35 MSG_MONITOR_POLL = 1, enumerator in enum:cricket::__anon24334
85 case MSG_MONITOR_POLL:
105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
H A Daudiomonitor.cc34 const uint32_t MSG_MONITOR_POLL = 1; member in namespace:cricket
82 case MSG_MONITOR_POLL:
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
/external/webrtc/webrtc/p2p/client/
H A Dsocketmonitor.cc18 MSG_MONITOR_POLL, enumerator in enum:cricket::__anon24911
68 case MSG_MONITOR_POLL:
93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);

Completed in 189 milliseconds