Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediamonitor.cc39 MSG_MONITOR_SIGNAL = 4 enumerator
91 case MSG_MONITOR_SIGNAL: in OnMessage()
105 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollMediaChannel()
Daudiomonitor.cc37 const uint32 MSG_MONITOR_SIGNAL = 4; variable
87 case MSG_MONITOR_SIGNAL: in OnMessage()
109 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollVoiceChannel()
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.cc36 const uint32 MSG_MONITOR_SIGNAL = 4; variable
94 case MSG_MONITOR_SIGNAL: in OnMessage()
149 monitoring_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollSocket()