Home
last modified time | relevance | path

Searched refs:module_process_thread (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/audio/
Daudio_receive_stream.cc71 ProcessThread* module_process_thread, in CreateChannelReceive() argument
79 clock, module_process_thread, neteq_factory, in CreateChannelReceive()
94 ProcessThread* module_process_thread, in AudioReceiveStream() argument
107 module_process_thread, in AudioReceiveStream()
Dchannel_send.cc72 ProcessThread* module_process_thread,
447 ProcessThread* module_process_thread, in ChannelSend() argument
461 _moduleProcessThreadPtr(module_process_thread), in ChannelSend()
475 RTC_DCHECK(module_process_thread); in ChannelSend()
940 ProcessThread* module_process_thread, in CreateChannelSend() argument
952 clock, task_queue_factory, module_process_thread, rtp_transport, in CreateChannelSend()
Dchannel_receive.cc86 ProcessThread* module_process_thread,
446 ProcessThread* module_process_thread, in ChannelReceive() argument
477 _moduleProcessThreadPtr(module_process_thread), in ChannelReceive()
487 RTC_DCHECK(module_process_thread); in ChannelReceive()
974 ProcessThread* module_process_thread, in CreateChannelReceive() argument
991 clock, module_process_thread, neteq_factory, audio_device_module, in CreateChannelReceive()
Dchannel_send.h129 ProcessThread* module_process_thread,
Daudio_receive_stream.h50 ProcessThread* module_process_thread,
Dchannel_receive.h151 ProcessThread* module_process_thread,
Daudio_send_stream.h62 ProcessThread* module_process_thread,
Daudio_send_stream.cc105 ProcessThread* module_process_thread, in AudioSendStream() argument
122 module_process_thread, in AudioSendStream()
/external/webrtc/video/
Dvideo_send_stream.cc72 ProcessThread* module_process_thread, in VideoSendStream() argument
115 send_stream_->RegisterProcessThread(module_process_thread); in VideoSendStream()
Dvideo_send_stream.h58 ProcessThread* module_process_thread,
Dvideo_send_stream_impl.h97 void RegisterProcessThread(ProcessThread* module_process_thread);
Dvideo_send_stream_impl.cc325 ProcessThread* module_process_thread) { in RegisterProcessThread() argument
326 rtp_video_sender_->RegisterProcessThread(module_process_thread); in RegisterProcessThread()
/external/webrtc/call/
Drtp_video_sender_interface.h34 virtual void RegisterProcessThread(ProcessThread* module_process_thread) = 0;
Drtp_video_sender.h99 void RegisterProcessThread(ProcessThread* module_process_thread)
Dcall.cc222 rtc::scoped_refptr<SharedModuleThread> module_process_thread,
590 rtc::scoped_refptr<SharedModuleThread> module_process_thread, in Call() argument
596 module_process_thread_(std::move(module_process_thread)), in Call()
Drtp_video_sender.cc452 ProcessThread* module_process_thread) { in RegisterProcessThread() argument
455 module_process_thread_ = module_process_thread; in RegisterProcessThread()