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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 36 MSG_MONITOR_START,
59 channel_thread_->Post(this, MSG_MONITOR_START);
69 case MSG_MONITOR_START:
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.cc 36 MSG_MONITOR_START = 2,
57 worker_thread_->Post(this, MSG_MONITOR_START);
69 case MSG_MONITOR_START:
audiomonitor.cc 35 const uint32 MSG_MONITOR_START = 2;
55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START);
66 case MSG_MONITOR_START:

Completed in 228 milliseconds