Searched refs:ProcessThreadAttached (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/modules/utility/source/ |
D | process_thread_impl_unittest.cc | 42 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 …]
|
D | process_thread_impl.cc | 81 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/ |
D | paced_sender.h | 137 void ProcessThreadAttached(ProcessThread* process_thread) override; 153 void ProcessThreadAttached(ProcessThread* process_thread) override { in ProcessThreadAttached() function 154 return delegate_->ProcessThreadAttached(process_thread); in ProcessThreadAttached()
|
D | paced_sender.cc | 185 void PacedSender::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached() function in webrtc::PacedSender
|
/external/webrtc/test/time_controller/ |
D | simulated_process_thread.cc | 91 module->ProcessThreadAttached(this); in Start() 122 module->ProcessThreadAttached(nullptr); in Stop() 138 module->ProcessThreadAttached(this); in RegisterModule() 164 module->ProcessThreadAttached(nullptr); in DeRegisterModule()
|
D | external_time_controller.cc | 97 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/ |
D | module.h | 56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached() function
|
/external/webrtc/video/ |
D | call_stats.h | 73 void ProcessThreadAttached(ProcessThread* process_thread) override;
|
D | call_stats.cc | 147 void CallStats::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached() function in webrtc::CallStats
|
/external/webrtc/modules/video_coding/ |
D | video_coding_impl.h | 86 void ProcessThreadAttached(ProcessThread* process_thread) override;
|
D | video_receiver.cc | 105 void VideoReceiver::ProcessThreadAttached(ProcessThread* process_thread) { in ProcessThreadAttached() function in webrtc::vcm::VideoReceiver
|
/external/webrtc/call/ |
D | call_unittest.cc | 491 void ProcessThreadAttached(ProcessThread* process_thread) override { in TEST() function in webrtc::TEST::SharedModuleThreadUser
|