Searched refs:MSG_MONITOR_POLL (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediamonitor.cc36 MSG_MONITOR_POLL = 1, enumerator in enum:cricket::__anon3379
86 case MSG_MONITOR_POLL:
106 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
H A Daudiomonitor.cc34 const uint32 MSG_MONITOR_POLL = 1; member in namespace:cricket
82 case MSG_MONITOR_POLL:
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc35 MSG_MONITOR_POLL, enumerator in enum:cricket::__anon12233
85 case MSG_MONITOR_POLL:
111 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamonitor.cc35 MSG_MONITOR_POLL = 1, enumerator in enum:cricket::__anon12240
85 case MSG_MONITOR_POLL:
105 worker_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);
H A Daudiomonitor.cc34 const uint32 MSG_MONITOR_POLL = 1; member in namespace:cricket
82 case MSG_MONITOR_POLL:
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc33 const uint32 MSG_MONITOR_POLL = 1; member in namespace:cricket
89 case MSG_MONITOR_POLL:
151 channel_thread_->PostDelayed(rate_, this, MSG_MONITOR_POLL);

Completed in 288 milliseconds