Searched refs:RegisterModule (Results 1 – 19 of 19) sorted by relevance
84 thread.RegisterModule(&module); in TEST()103 thread.RegisterModule(&module); in TEST()128 thread.RegisterModule(&module); in TEST()170 thread.RegisterModule(&module); in ProcessCallAfterAFewMs()231 thread.RegisterModule(&module); in TEST()278 thread.RegisterModule(&module); in TEST()
37 void RegisterModule(Module* module) override;
131 void ProcessThreadImpl::RegisterModule(Module* module) { in RegisterModule() function in webrtc::ProcessThreadImpl
174 pacer_thread_->RegisterModule(pacer_.get()); in CongestionController()177 process_thread->RegisterModule(remote_estimator_proxy_.get()); in CongestionController()178 process_thread->RegisterModule(remote_bitrate_estimator_.get()); in CongestionController()179 process_thread->RegisterModule(bitrate_controller_.get()); in CongestionController()
219 module_process_thread_->RegisterModule(call_stats_.get()); in Call()
26 MOCK_METHOD1(RegisterModule, void(Module* module));
57 virtual void RegisterModule(Module* module) = 0;
146 module_process_thread_->RegisterModule(vie_receiver_.GetReceiveStatistics()); in Init()149 module_process_thread_->RegisterModule(rtp_rtcp_modules_[0]); in Init()170 module_process_thread_->RegisterModule(vcm_); in Init()171 module_process_thread_->RegisterModule(&vie_sync_); in Init()419 module_process_thread_->RegisterModule(rtp_rtcp_modules_[i]); in SetSendCodec()
58 module_process_thread_->RegisterModule(overuse_detector_.get()); in VideoCaptureInput()
164 module_process_thread_->RegisterModule(vcm_.get()); in StartThreadsAndSetSharedMembers()
49 process_thread_->RegisterModule(rbe); in SetBitrateEstimator()
46 EXPECT_CALL(process_thread_, RegisterModule(bitrate_estimator_)).Times(1); in SetUp()
102 *RegisterModule(const ModuleInfo *,ExceptionInfo *);1295 if (RegisterModule(module_info,exception) == (ModuleInfo *) NULL) in OpenModule()1420 static const ModuleInfo *RegisterModule(const ModuleInfo *module_info, in RegisterModule() function
445 process_module_->RegisterModule(capture_module_); in SetUp()
254 shared_->process_thread()->RegisterModule(shared_->audio_device()); in Init()
268 _processThreadPtr->RegisterModule(&_monitorModule); in SetEngineInformation()
1029 _moduleProcessThreadPtr->RegisterModule(_rtpRtcpModule.get()); in Init()
615 _processThread->RegisterModule(_audioDevice); in Init()873 _processThread->RegisterModule(_audioDevice); in TestAudioLayerSelection()
237 process_thread_->RegisterModule(audio_device_); in SetUpTestCase()