Searched refs:worker_thread (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Daudiomonitor.cc47 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(rtc::Thread::Current() == voice_channel_->worker_thread());
75 assert(rtc::Thread::Current() == voice_channel_->worker_thread());
78 voice_channel_->worker_thread()->Clear(this);
83 assert(rtc::Thread::Current() == voice_channel_->worker_thread());
101 assert(rtc::Thread::Current() == voice_channel_->worker_thread());
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
H A Dmediamonitor.h45 MediaMonitor(rtc::Thread* worker_thread,
69 MediaMonitorT(MC* media_channel, rtc::Thread* worker_thread, argument
71 : MediaMonitor(worker_thread, monitor_thread),
H A Dmediamonitor.cc41 MediaMonitor::MediaMonitor(rtc::Thread* worker_thread, argument
43 : worker_thread_(worker_thread),
H A Dtypingmonitor.h62 TypingMonitor(VoiceChannel* channel, rtc::Thread* worker_thread,
H A Dtypingmonitor.cc37 rtc::Thread* worker_thread,
40 worker_thread_(worker_thread),
88 * be called on the worker_thread.
36 TypingMonitor(VoiceChannel* channel, rtc::Thread* worker_thread, const TypingMonitorOptions& settings) argument
/external/valgrind/main/helgrind/tests/
H A Dtc03_re_excl.c16 static void* worker_thread ( void* argV ) function
30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dportallocatorfactory.h53 rtc::Thread* worker_thread);
60 explicit PortAllocatorFactory(rtc::Thread* worker_thread);
H A Dportallocatorfactory.cc42 rtc::Thread* worker_thread) {
44 new rtc::RefCountedObject<PortAllocatorFactory>(worker_thread);
48 PortAllocatorFactory::PortAllocatorFactory(rtc::Thread* worker_thread) argument
50 socket_factory_(new rtc::BasicPacketSocketFactory(worker_thread)) {
41 Create( rtc::Thread* worker_thread) argument
H A Dpeerconnectionfactory.cc128 rtc::Thread* worker_thread,
134 new rtc::RefCountedObject<PeerConnectionFactory>(worker_thread,
156 rtc::Thread* worker_thread,
163 worker_thread_(worker_thread),
167 ASSERT(worker_thread != NULL);
377 rtc::Thread* PeerConnectionFactory::worker_thread() { function in class:webrtc::PeerConnectionFactory
127 CreatePeerConnectionFactory( rtc::Thread* worker_thread, rtc::Thread* signaling_thread, AudioDeviceModule* default_adm, cricket::WebRtcVideoEncoderFactory* encoder_factory, cricket::WebRtcVideoDecoderFactory* decoder_factory) argument
155 PeerConnectionFactory( rtc::Thread* worker_thread, rtc::Thread* signaling_thread, AudioDeviceModule* default_adm, cricket::WebRtcVideoEncoderFactory* video_encoder_factory, cricket::WebRtcVideoDecoderFactory* video_decoder_factory) argument
H A Dpeerconnectionfactory.h79 virtual rtc::Thread* worker_thread();
85 rtc::Thread* worker_thread,
/external/bluetooth/bluedroid/hci/src/
H A Dbt_hci_bdroid.c87 thread_t *worker_thread; member in struct:__anon1160
221 if (hc_cb.worker_thread)
222 thread_post(hc_cb.worker_thread, event_rx, NULL);
230 if (hc_cb.worker_thread) {
233 thread_post(hc_cb.worker_thread, event_tx, NULL);
242 if (hc_cb.worker_thread)
243 thread_post(hc_cb.worker_thread, event_lpm_idle_timeout, NULL);
261 thread_free(hc_cb.worker_thread);
264 hc_cb.worker_thread = NULL;
355 if (hc_cb.worker_thread)
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dfakeportallocator.h46 FakePortAllocatorSession(rtc::Thread* worker_thread, argument
54 worker_thread_(worker_thread),
111 FakePortAllocator(rtc::Thread* worker_thread, argument
113 : worker_thread_(worker_thread), factory_(factory) {
H A Dsocketmonitor.cc42 rtc::Thread* worker_thread,
45 channel_thread_ = worker_thread;
41 SocketMonitor(TransportChannel* channel, rtc::Thread* worker_thread, rtc::Thread* monitor_thread) argument
H A Dsocketmonitor.h44 rtc::Thread* worker_thread,
/external/chromium_org/base/task/
H A Dcancelable_task_tracker_unittest.cc84 Thread worker_thread("worker thread");
85 ASSERT_TRUE(worker_thread.Start());
87 ignore_result(task_tracker_.PostTask(worker_thread.message_loop_proxy().get(),
92 task_tracker_.PostTaskAndReply(worker_thread.message_loop_proxy().get(),
100 worker_thread.Stop();
166 Thread worker_thread("worker thread");
167 ASSERT_TRUE(worker_thread.Start());
170 task_tracker_.PostTaskAndReply(worker_thread.message_loop_proxy().get(),
178 worker_thread.Stop();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.cc44 rtc::Thread* worker_thread,
47 : Transport(signaling_thread, worker_thread,
123 worker_thread(),
43 RawTransport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, PortAllocator* allocator) argument
H A Drawtransport.h43 rtc::Thread* worker_thread,
H A Drawtransportchannel.cc57 rtc::Thread *worker_thread,
67 if (worker_thread == NULL)
68 worker_thread_ = raw_transport_->worker_thread();
70 worker_thread_ = worker_thread;
54 RawTransportChannel(const std::string& content_name, int component, RawTransport* transport, rtc::Thread *worker_thread, PortAllocator *allocator) argument
H A Dtransport.cc140 rtc::Thread* worker_thread,
145 worker_thread_(worker_thread),
188 ASSERT(worker_thread()->IsCurrent());
220 ASSERT(worker_thread()->IsCurrent());
296 ASSERT(worker_thread()->IsCurrent());
330 ASSERT(worker_thread()->IsCurrent());
369 worker_thread()->Clear(this);
375 ASSERT(worker_thread()->IsCurrent());
400 ASSERT(worker_thread()->IsCurrent());
417 worker_thread()
139 Transport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, const std::string& type, PortAllocator* allocator) argument
[all...]
H A Dp2ptransport.h40 rtc::Thread* worker_thread,
H A Ddtlstransport.h47 rtc::Thread* worker_thread,
51 : Base(signaling_thread, worker_thread, content_name, allocator),
46 DtlsTransport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, PortAllocator* allocator, rtc::SSLIdentity* identity) argument
H A Dsessionmanager.h56 rtc::Thread *worker_thread = NULL);
60 rtc::Thread *worker_thread() const { return worker_thread_; } function in class:cricket::SessionManager
H A Dfakesession.h335 rtc::Thread* worker_thread,
338 : Transport(signaling_thread, worker_thread,
442 FakeSession(rtc::Thread* worker_thread, bool initiator) argument
444 worker_thread,
492 return new FakeTransport(signaling_thread(), worker_thread(), content_name);
334 FakeTransport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, PortAllocator* alllocator = NULL) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h72 virtual bool Init(rtc::Thread* worker_thread) = 0;
180 virtual bool Init(rtc::Thread* worker_thread) { argument
181 if (!voice_.Init(worker_thread))
183 if (!video_.Init(worker_thread)) {
294 bool Init(rtc::Thread* worker_thread) { return true; } argument
339 bool Init(rtc::Thread* worker_thread) { return true; } argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcmediaengine.h100 virtual bool Init(rtc::Thread* worker_thread) OVERRIDE {
101 return delegate_->Init(worker_thread);

Completed in 517 milliseconds

123