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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
audiomonitor.cc 47 voice_channel_->worker_thread()->Clear(this);
55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START);
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
67 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
75 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
78 voice_channel_->worker_thread()->Clear(this);
83 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
101 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
mediamonitor.h 44 MediaMonitor(talk_base::Thread* worker_thread,
68 MediaMonitorT(MC* media_channel, talk_base::Thread* worker_thread,
70 : MediaMonitor(worker_thread, monitor_thread),
mediamonitor.cc 42 MediaMonitor::MediaMonitor(talk_base::Thread* worker_thread,
44 : worker_thread_(worker_thread),
channel.cc 180 worker_thread(),
681 media_monitor_.reset(new VoiceMediaMonitor(media_channel(), worker_thread(),
770 ASSERT(worker_thread() == talk_base::Thread::Current());
793 ASSERT(worker_thread() == talk_base::Thread::Current());
834 ASSERT(worker_thread() == talk_base::Thread::Current());
843 ASSERT(worker_thread() == talk_base::Thread::Current());
848 ASSERT(worker_thread() == talk_base::Thread::Current());
    [all...]
channelmanager.h 67 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::ChannelManager
channelmanager.cc 132 ChannelManager::ChannelManager(talk_base::Thread* worker_thread)
137 worker_thread_(worker_thread),
148 talk_base::Thread* worker_thread)
153 worker_thread_(worker_thread),
channel.h 89 talk_base::Thread* worker_thread() const { return worker_thread_; } function in class:cricket::BaseChannel
mediasessionclient.cc 57 channel_manager_(new ChannelManager(session_manager_->worker_thread())),
67 media_engine, device_manager, session_manager_->worker_thread())),
    [all...]
  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 16 static void* worker_thread ( void* argV ) function
30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc 82 talk_base::Thread* worker_thread,
86 worker_thread_(worker_thread), type_(type), allocator_(allocator),
100 worker_thread()->Send(this, MSG_CREATECHANNEL, &msg);
106 ASSERT(worker_thread()->IsCurrent());
144 worker_thread()->Send(this, MSG_DESTROYCHANNEL, &msg);
148 ASSERT(worker_thread()->IsCurrent());
174 worker_thread()->Send(this, MSG_CONNECTCHANNELS, NULL);
178 ASSERT(worker_thread()->IsCurrent());
197 worker_thread()->Send(this, MSG_DESTROYALLCHANNELS, NULL);
198 worker_thread()->Clear(this)
    [all...]
rawtransport.cc 44 talk_base::Thread* worker_thread,
46 : Transport(signaling_thread, worker_thread,
120 worker_thread(),
p2ptransport.h 40 talk_base::Thread* worker_thread,
rawtransport.h 43 talk_base::Thread* worker_thread,
rawtransportchannel.cc 57 talk_base::Thread *worker_thread,
67 if (worker_thread == NULL)
68 worker_thread_ = raw_transport_->worker_thread();
70 worker_thread_ = worker_thread;
rawtransportchannel.h 62 talk_base::Thread *worker_thread,
sessionmanager.h 56 talk_base::Thread *worker_thread = NULL);
60 talk_base::Thread *worker_thread() const { return worker_thread_; } function in class:cricket::SessionManager
transport.h 111 talk_base::Thread* worker_thread,
119 talk_base::Thread* worker_thread() { return worker_thread_; } function in class:cricket::Transport
p2ptransport.cc 56 talk_base::Thread* worker_thread,
58 : Transport(signaling_thread, worker_thread,
session.h 251 virtual talk_base::Thread *worker_thread() = 0;
293 talk_base::Thread *worker_thread() { function in class:cricket::Session
294 return session_manager_->worker_thread();
session.cc 461 session_manager_->worker_thread(),
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 62 talk_base::Thread* worker_thread,
socketmonitor.cc 39 talk_base::Thread* worker_thread,
42 channel_thread_ = worker_thread;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 130 worker_thread_ = session_->session_manager()->worker_thread();

Completed in 107 milliseconds