Home
last modified time | relevance | path

Searched refs:call_thread (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/call/
Dcall.h86 rtc::scoped_refptr<SharedModuleThread> call_thread);
89 rtc::scoped_refptr<SharedModuleThread> call_thread,
Dcall.cc457 rtc::scoped_refptr<SharedModuleThread> call_thread = in Create() local
460 return Create(config, std::move(call_thread)); in Create()
464 rtc::scoped_refptr<SharedModuleThread> call_thread) { in Create() argument
465 return Create(config, Clock::GetRealTimeClock(), std::move(call_thread), in Create()
471 rtc::scoped_refptr<SharedModuleThread> call_thread, in Create() argument
480 std::move(call_thread), config.task_queue_factory); in Create()
/external/webrtc/test/scenario/
Dcall_client.cc58 rtc::scoped_refptr<SharedModuleThread> call_thread) { in CreateCall() argument
71 std::move(call_thread), in CreateCall()