Lines Matching refs:worker_thread
75 pc_factory->signaling_thread(), pc_factory->worker_thread(), pc_factory); in CreateModularPeerConnectionFactory()
113 worker_thread()->BlockingCall([this] { in ~PeerConnectionFactory()
114 RTC_DCHECK_RUN_ON(worker_thread()); in ~PeerConnectionFactory()
187 RTC_DCHECK_RUN_ON(worker_thread()); in StartAecDump()
193 RTC_DCHECK_RUN_ON(worker_thread()); in StopAecDump()
241 worker_thread()->BlockingCall([this] { return CreateRtcEventLog_w(); }); in CreatePeerConnectionOrError()
246 worker_thread()->BlockingCall([this, &event_log, trials, &configuration] { in CreatePeerConnectionOrError()
281 worker_thread()); in CreateVideoTrack()
282 return VideoTrackProxy::Create(signaling_thread(), worker_thread(), track); in CreateVideoTrack()
295 RTC_DCHECK_RUN_ON(worker_thread()); in CreateRtcEventLog_w()
308 RTC_DCHECK_RUN_ON(worker_thread()); in CreateCall_w()