Home
last modified time | relevance | path

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

/external/webrtc/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_t 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/webrtc/webrtc/p2p/client/
Dsocketmonitor.cc19 MSG_MONITOR_START, enumerator
42 worker_thread_->Post(this, MSG_MONITOR_START); in Start()
52 case MSG_MONITOR_START: in OnMessage()