Home
last modified time | relevance | path

Searched refs:DeRegisterModule (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/call/
Dcongestion_controller.cc184 pacer_thread_->DeRegisterModule(pacer_.get()); in ~CongestionController()
185 process_thread_->DeRegisterModule(bitrate_controller_.get()); in ~CongestionController()
186 process_thread_->DeRegisterModule(remote_bitrate_estimator_.get()); in ~CongestionController()
187 process_thread_->DeRegisterModule(remote_estimator_proxy_.get()); in ~CongestionController()
Dcall.cc240 module_process_thread_->DeRegisterModule(call_stats_.get()); in ~Call()
/external/webrtc/webrtc/modules/utility/include/mock/
Dmock_process_thread.h27 MOCK_METHOD1(DeRegisterModule, void(Module* module));
/external/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h61 virtual void DeRegisterModule(Module* module) = 0;
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.h38 void DeRegisterModule(Module* module) override;
Dprocess_thread_impl.cc161 void ProcessThreadImpl::DeRegisterModule(Module* module) { in DeRegisterModule() function in webrtc::ProcessThreadImpl
Dprocess_thread_impl_unittest.cc136 thread.DeRegisterModule(&module); in TEST()
/external/webrtc/webrtc/video/
Dvie_channel.cc179 module_process_thread_->DeRegisterModule( in ~ViEChannel()
181 module_process_thread_->DeRegisterModule(vcm_); in ~ViEChannel()
182 module_process_thread_->DeRegisterModule(&vie_sync_); in ~ViEChannel()
187 module_process_thread_->DeRegisterModule(rtp_rtcp); in ~ViEChannel()
414 module_process_thread_->DeRegisterModule(rtp_rtcp_modules_[i]); in SetSendCodec()
Dvideo_capture_input.cc62 module_process_thread_->DeRegisterModule(overuse_detector_.get()); in ~VideoCaptureInput()
Dvie_encoder.cc170 module_process_thread_->DeRegisterModule(vcm_.get()); in StopThreadsAndRemoveSharedMembers()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc42 process_thread_->DeRegisterModule(bitrate_estimator_.get()); in ~TransportFeedbackAdapter()
Dtransport_feedback_adapter_unittest.cc51 EXPECT_CALL(process_thread_, DeRegisterModule(bitrate_estimator_)).Times(1); in TearDown()
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc660 shared_->process_thread()->DeRegisterModule(shared_->audio_device()); in TerminateInternal()
Dtransmit_mixer.cc224 _processThreadPtr->DeRegisterModule(&_monitorModule); in ~TransmitMixer()
Dchannel.cc998 _moduleProcessThreadPtr->DeRegisterModule(_rtpRtcpModule.get()); in ~Channel()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc637 _processThread->DeRegisterModule(_audioDevice); in Close()
806 _processThread->DeRegisterModule(_audioDevice); in TestAudioLayerSelection()
Daudio_device_test_api.cc249 process_thread_->DeRegisterModule(audio_device_); in TearDownTestCase()