Searched refs:module_process_thread (Results 1 – 16 of 16) sorted by relevance
/external/webrtc/audio/ |
D | audio_receive_stream.cc | 71 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()
|
D | channel_send.cc | 72 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()
|
D | channel_receive.cc | 86 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()
|
D | channel_send.h | 129 ProcessThread* module_process_thread,
|
D | audio_receive_stream.h | 50 ProcessThread* module_process_thread,
|
D | channel_receive.h | 151 ProcessThread* module_process_thread,
|
D | audio_send_stream.h | 62 ProcessThread* module_process_thread,
|
D | audio_send_stream.cc | 105 ProcessThread* module_process_thread, in AudioSendStream() argument 122 module_process_thread, in AudioSendStream()
|
/external/webrtc/video/ |
D | video_send_stream.cc | 72 ProcessThread* module_process_thread, in VideoSendStream() argument 115 send_stream_->RegisterProcessThread(module_process_thread); in VideoSendStream()
|
D | video_send_stream.h | 58 ProcessThread* module_process_thread,
|
D | video_send_stream_impl.h | 97 void RegisterProcessThread(ProcessThread* module_process_thread);
|
D | video_send_stream_impl.cc | 325 ProcessThread* module_process_thread) { in RegisterProcessThread() argument 326 rtp_video_sender_->RegisterProcessThread(module_process_thread); in RegisterProcessThread()
|
/external/webrtc/call/ |
D | rtp_video_sender_interface.h | 34 virtual void RegisterProcessThread(ProcessThread* module_process_thread) = 0;
|
D | rtp_video_sender.h | 99 void RegisterProcessThread(ProcessThread* module_process_thread)
|
D | call.cc | 222 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()
|
D | rtp_video_sender.cc | 452 ProcessThread* module_process_thread) { in RegisterProcessThread() argument 455 module_process_thread_ = module_process_thread; in RegisterProcessThread()
|