Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediamonitor.cc35 MSG_MONITOR_POLL = 1, enumerator
85 case MSG_MONITOR_POLL: in OnMessage()
105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollMediaChannel()
Daudiomonitor.cc34 const uint32_t MSG_MONITOR_POLL = 1; variable
82 case MSG_MONITOR_POLL: in OnMessage()
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollVoiceChannel()
/external/webrtc/webrtc/p2p/client/
Dsocketmonitor.cc18 MSG_MONITOR_POLL, enumerator
68 case MSG_MONITOR_POLL: in OnMessage()
93 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollConnectionStats_w()