Home
last modified time | relevance | path

Searched refs:SharedModuleThread (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/call/
Dcall.h42 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,
Dcall.cc222 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::SharedModuleThread
545 SharedModuleThread::~SharedModuleThread() = default;
549 rtc::scoped_refptr<SharedModuleThread> SharedModuleThread::Create( in Create()
[all …]
Dcall_factory.h31 rtc::scoped_refptr<SharedModuleThread> module_thread_
Dcall_unittest.cc473 TEST(CallTest, SharedModuleThread) { in TEST() argument
477 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()
Dcall_factory.cc91 module_thread_ = SharedModuleThread::Create( in CreateCall()
/external/webrtc/api/test/
Dcreate_time_controller.cc39 module_thread_ = SharedModuleThread::Create( in CreateTimeControllerBasedCallFactory()
49 rtc::scoped_refptr<SharedModuleThread> module_thread_; in CreateTimeControllerBasedCallFactory()
/external/webrtc/test/scenario/
Dcall_client.cc58 rtc::scoped_refptr<SharedModuleThread> call_thread) { in CreateCall()
218 module_thread_ = SharedModuleThread::Create( in CallClient()
Dcall_client.h160 rtc::scoped_refptr<SharedModuleThread> module_thread_;