Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/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 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/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.cc35 MSG_MONITOR_POLL, enumerator
85 case MSG_MONITOR_POLL: in OnMessage()
111 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL); in PollSocket()