Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediamonitor.cc36 MSG_MONITOR_START = 2, enumerator
57 worker_thread_->Post(this, MSG_MONITOR_START); in Start()
69 case MSG_MONITOR_START: in OnMessage()
Daudiomonitor.cc35 const uint32 MSG_MONITOR_START = 2; variable
55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START); in Start()
66 case MSG_MONITOR_START: in OnMessage()
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dsocketmonitor.cc36 MSG_MONITOR_START, enumerator
59 channel_thread_->Post(this, MSG_MONITOR_START); in Start()
69 case MSG_MONITOR_START: in OnMessage()