HomeSort by relevance Sort by last modified time
    Searched refs:MSG_MONITOR_STOP (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.cc 38 MSG_MONITOR_STOP = 3,
62 worker_thread_->Post(this, MSG_MONITOR_STOP);
78 case MSG_MONITOR_STOP:
audiomonitor.cc 36 const uint32 MSG_MONITOR_STOP = 3;
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
74 case MSG_MONITOR_STOP:
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 37 MSG_MONITOR_STOP,
63 channel_thread_->Post(this, MSG_MONITOR_STOP);
77 case MSG_MONITOR_STOP:
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.cc 37 MSG_MONITOR_STOP = 3,
61 worker_thread_->Post(this, MSG_MONITOR_STOP);
77 case MSG_MONITOR_STOP:
audiomonitor.cc 36 const uint32 MSG_MONITOR_STOP = 3;
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
74 case MSG_MONITOR_STOP:
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 35 const uint32 MSG_MONITOR_STOP = 3;
60 channel_thread_->Post(this, MSG_MONITOR_STOP);
79 case MSG_MONITOR_STOP:

Completed in 535 milliseconds