Searched refs:SharedModuleThread (Results 1 – 8 of 8) sorted by relevance
42 class SharedModuleThread : public rtc::RefCountInterface {44 SharedModuleThread(std::unique_ptr<ProcessThread> process_thread,46 friend class rtc::scoped_refptr<SharedModuleThread>;47 ~SharedModuleThread() override;51 static rtc::scoped_refptr<SharedModuleThread> Create(86 rtc::scoped_refptr<SharedModuleThread> call_thread);89 rtc::scoped_refptr<SharedModuleThread> call_thread,
222 rtc::scoped_refptr<SharedModuleThread> module_process_thread,320 const rtc::scoped_refptr<SharedModuleThread> module_process_thread_;457 rtc::scoped_refptr<SharedModuleThread> call_thread = in Create()458 SharedModuleThread::Create(ProcessThread::Create("ModuleProcessThread"), in Create()464 rtc::scoped_refptr<SharedModuleThread> call_thread) { in Create()471 rtc::scoped_refptr<SharedModuleThread> call_thread, in Create()483 class SharedModuleThread::Impl {539 SharedModuleThread::SharedModuleThread( in SharedModuleThread() function in webrtc::SharedModuleThread545 SharedModuleThread::~SharedModuleThread() = default;549 rtc::scoped_refptr<SharedModuleThread> SharedModuleThread::Create( in Create()[all …]
31 rtc::scoped_refptr<SharedModuleThread> module_thread_
473 TEST(CallTest, SharedModuleThread) { in TEST() argument477 rtc::scoped_refptr<SharedModuleThread> thread) in TEST()502 rtc::scoped_refptr<SharedModuleThread> thread_; in TEST()508 rtc::scoped_refptr<SharedModuleThread> shared; in TEST()510 SharedModuleThread::Create(ProcessThread::Create("MySharedProcessThread"), in TEST()
91 module_thread_ = SharedModuleThread::Create( in CreateCall()
39 module_thread_ = SharedModuleThread::Create( in CreateTimeControllerBasedCallFactory()49 rtc::scoped_refptr<SharedModuleThread> module_thread_; in CreateTimeControllerBasedCallFactory()
58 rtc::scoped_refptr<SharedModuleThread> call_thread) { in CreateCall()218 module_thread_ = SharedModuleThread::Create( in CallClient()
160 rtc::scoped_refptr<SharedModuleThread> module_thread_;