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

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediamonitor.cc38 MSG_MONITOR_STOP = 3, enumerator in enum:cricket::__anon3212
62 worker_thread_->Post(this, MSG_MONITOR_STOP);
78 case MSG_MONITOR_STOP:
H A Daudiomonitor.cc36 const uint32 MSG_MONITOR_STOP = 3; member in namespace:cricket
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
74 case MSG_MONITOR_STOP:
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc35 const uint32 MSG_MONITOR_STOP = 3; member in namespace:cricket
60 channel_thread_->Post(this, MSG_MONITOR_STOP);
79 case MSG_MONITOR_STOP:

Completed in 138 milliseconds