Home
last modified time | relevance | path

Searched refs:ProcessThreadAttached (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc42 MOCK_METHOD(void, ProcessThreadAttached, (ProcessThread*), (override));
97 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); in TEST()
102 EXPECT_CALL(module, ProcessThreadAttached(nullptr)).Times(1); in TEST()
122 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); in TEST()
126 EXPECT_CALL(module, ProcessThreadAttached(nullptr)).Times(1); in TEST()
147 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); in TEST()
152 EXPECT_CALL(module, ProcessThreadAttached(nullptr)).Times(1); in TEST()
183 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); in ProcessCallAfterAFewMs()
190 EXPECT_CALL(module, ProcessThreadAttached(nullptr)).Times(1); in ProcessCallAfterAFewMs()
242 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); in TEST()
[all …]
Dprocess_thread_impl.cc81 m.module->ProcessThreadAttached(this); in Start()
105 m.module->ProcessThreadAttached(nullptr); in Stop()
167 module->ProcessThreadAttached(this); in RegisterModule()
191 module->ProcessThreadAttached(nullptr); in DeRegisterModule()
/external/webrtc/modules/pacing/
Dpaced_sender.h137 void ProcessThreadAttached(ProcessThread* process_thread) override;
153 void ProcessThreadAttached(ProcessThread* process_thread) override { in ProcessThreadAttached() function
154 return delegate_->ProcessThreadAttached(process_thread); in ProcessThreadAttached()
Dpaced_sender.cc185 void PacedSender::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached() function in webrtc::PacedSender
/external/webrtc/test/time_controller/
Dsimulated_process_thread.cc91 module->ProcessThreadAttached(this); in Start()
122 module->ProcessThreadAttached(nullptr); in Stop()
138 module->ProcessThreadAttached(this); in RegisterModule()
164 module->ProcessThreadAttached(nullptr); in DeRegisterModule()
Dexternal_time_controller.cc97 void ProcessThreadAttached(ProcessThread* process_thread) override { in ProcessThreadAttached() function in webrtc::ExternalTimeController::ProcessThreadWrapper::ModuleWrapper
99 module_->ProcessThreadAttached(thread_); in ProcessThreadAttached()
101 module_->ProcessThreadAttached(nullptr); in ProcessThreadAttached()
/external/webrtc/modules/include/
Dmodule.h56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached() function
/external/webrtc/video/
Dcall_stats.h73 void ProcessThreadAttached(ProcessThread* process_thread) override;
Dcall_stats.cc147 void CallStats::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached() function in webrtc::CallStats
/external/webrtc/modules/video_coding/
Dvideo_coding_impl.h86 void ProcessThreadAttached(ProcessThread* process_thread) override;
Dvideo_receiver.cc105 void VideoReceiver::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached() function in webrtc::vcm::VideoReceiver
/external/webrtc/call/
Dcall_unittest.cc491 void ProcessThreadAttached(ProcessThread* process_thread) override { in TEST() function in webrtc::TEST::SharedModuleThreadUser