Home
last modified time | relevance | path

Searched refs:RegisterModule (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc84 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()
Dprocess_thread_impl.h37 void RegisterModule(Module* module) override;
Dprocess_thread_impl.cc131 void ProcessThreadImpl::RegisterModule(Module* module) { in RegisterModule() function in webrtc::ProcessThreadImpl
/external/webrtc/webrtc/call/
Dcongestion_controller.cc174 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()
Dcall.cc219 module_process_thread_->RegisterModule(call_stats_.get()); in Call()
/external/webrtc/webrtc/modules/utility/include/mock/
Dmock_process_thread.h26 MOCK_METHOD1(RegisterModule, void(Module* module));
/external/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h57 virtual void RegisterModule(Module* module) = 0;
/external/webrtc/webrtc/video/
Dvie_channel.cc146 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()
Dvideo_capture_input.cc58 module_process_thread_->RegisterModule(overuse_detector_.get()); in VideoCaptureInput()
Dvie_encoder.cc164 module_process_thread_->RegisterModule(vcm_.get()); in StartThreadsAndSetSharedMembers()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc49 process_thread_->RegisterModule(rbe); in SetBitrateEstimator()
Dtransport_feedback_adapter_unittest.cc46 EXPECT_CALL(process_thread_, RegisterModule(bitrate_estimator_)).Times(1); in SetUp()
/external/ImageMagick/MagickCore/
Dmodule.c101 *RegisterModule(const ModuleInfo *,ExceptionInfo *);
1288 if (RegisterModule(module_info,exception) == (ModuleInfo *) NULL) in OpenModule()
1413 static const ModuleInfo *RegisterModule(const ModuleInfo *module_info, in RegisterModule() function
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc445 process_module_->RegisterModule(capture_module_); in SetUp()
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc254 shared_->process_thread()->RegisterModule(shared_->audio_device()); in Init()
Dtransmit_mixer.cc268 _processThreadPtr->RegisterModule(&_monitorModule); in SetEngineInformation()
Dchannel.cc1029 _moduleProcessThreadPtr->RegisterModule(_rtpRtcpModule.get()); in Init()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc615 _processThread->RegisterModule(_audioDevice); in Init()
873 _processThread->RegisterModule(_audioDevice); in TestAudioLayerSelection()
Daudio_device_test_api.cc237 process_thread_->RegisterModule(audio_device_); in SetUpTestCase()