Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediamonitor.cc37 MSG_MONITOR_STOP = 3, enumerator
61 worker_thread_->Post(this, MSG_MONITOR_STOP); in Stop()
77 case MSG_MONITOR_STOP: in OnMessage()
Daudiomonitor.cc36 const uint32_t MSG_MONITOR_STOP = 3; variable
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP); in Stop()
74 case MSG_MONITOR_STOP: in OnMessage()
/external/webrtc/webrtc/p2p/client/
Dsocketmonitor.cc20 MSG_MONITOR_STOP, enumerator
46 worker_thread_->Post(this, MSG_MONITOR_STOP); in Stop()
60 case MSG_MONITOR_STOP: in OnMessage()