Searched refs:DeRegisterModule (Results 1 – 17 of 17) sorted by relevance
184 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()
240 module_process_thread_->DeRegisterModule(call_stats_.get()); in ~Call()
27 MOCK_METHOD1(DeRegisterModule, void(Module* module));
61 virtual void DeRegisterModule(Module* module) = 0;
38 void DeRegisterModule(Module* module) override;
161 void ProcessThreadImpl::DeRegisterModule(Module* module) { in DeRegisterModule() function in webrtc::ProcessThreadImpl
136 thread.DeRegisterModule(&module); in TEST()
179 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()
62 module_process_thread_->DeRegisterModule(overuse_detector_.get()); in ~VideoCaptureInput()
170 module_process_thread_->DeRegisterModule(vcm_.get()); in StopThreadsAndRemoveSharedMembers()
42 process_thread_->DeRegisterModule(bitrate_estimator_.get()); in ~TransportFeedbackAdapter()
51 EXPECT_CALL(process_thread_, DeRegisterModule(bitrate_estimator_)).Times(1); in TearDown()
660 shared_->process_thread()->DeRegisterModule(shared_->audio_device()); in TerminateInternal()
224 _processThreadPtr->DeRegisterModule(&_monitorModule); in ~TransmitMixer()
998 _moduleProcessThreadPtr->DeRegisterModule(_rtpRtcpModule.get()); in ~Channel()
637 _processThread->DeRegisterModule(_audioDevice); in Close()806 _processThread->DeRegisterModule(_audioDevice); in TestAudioLayerSelection()
249 process_thread_->DeRegisterModule(audio_device_); in TearDownTestCase()