Home
last modified time | relevance | path

Searched defs:process_thread (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/video/
Dcall_stats.cc72 ProcessThread* process_thread, in TemporaryDeregistration()
93 CallStats::CallStats(Clock* clock, ProcessThread* process_thread) in CallStats()
147 void CallStats::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached()
Dvideo_receive_stream.cc191 ProcessThread* process_thread, in VideoReceiveStream()
278 ProcessThread* process_thread, in VideoReceiveStream()
Drtp_video_stream_receiver.cc208 ProcessThread* process_thread, in RtpVideoStreamReceiver()
238 ProcessThread* process_thread, in RtpVideoStreamReceiver()
Dvideo_receive_stream2.cc188 ProcessThread* process_thread, in VideoReceiveStream2()
Drtp_video_stream_receiver2.cc211 ProcessThread* process_thread, in RtpVideoStreamReceiver2()
/external/webrtc/modules/include/
Dmodule.h56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached()
/external/webrtc/modules/pacing/
Dpaced_sender.cc36 ProcessThread* process_thread) in PacedSender()
185 void PacedSender::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached()
Dpaced_sender.h153 void ProcessThreadAttached(ProcessThread* process_thread) override { in ProcessThreadAttached()
/external/webrtc/audio/voip/
Daudio_channel.cc35 ProcessThread* process_thread, in AudioChannel()
/external/webrtc/call/
Dcall.cc485 Impl(std::unique_ptr<ProcessThread> process_thread, in Impl()
498 ProcessThread* process_thread() { in process_thread() function in webrtc::SharedModuleThread::Impl
540 std::unique_ptr<ProcessThread> process_thread, in SharedModuleThread()
550 std::unique_ptr<ProcessThread> process_thread, in Create()
560 ProcessThread* SharedModuleThread::process_thread() { in process_thread() function in webrtc::SharedModuleThread
Dflexfec_receive_stream_impl.cc145 ProcessThread* process_thread) in FlexfecReceiveStreamImpl()
Dcall_unittest.cc491 void ProcessThreadAttached(ProcessThread* process_thread) override { in TEST()
512 ProcessThread* process_thread = shared->process_thread(); in TEST() local
Drtp_transport_controller_send.cc79 std::unique_ptr<ProcessThread> process_thread, in RtpTransportControllerSend()
/external/webrtc/modules/video_coding/
Dvideo_receiver.cc105 void VideoReceiver::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached()
/external/webrtc/test/time_controller/
Dsimulated_time_controller.cc60 auto process_thread = in CreateProcessThread() local
Dexternal_time_controller.cc97 void ProcessThreadAttached(ProcessThread* process_thread) override { in ProcessThreadAttached()
/external/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc320 ProcessThreadImpl* process_thread = new ProcessThreadImpl("thread"); in CreateTaskQueue() local