HomeSort by relevance Sort by last modified time
    Searched refs:process_thread (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/include/
module.h 38 // thread or detached from one. In the case of detaching, |process_thread|
43 // * Non-null process_thread:
49 // * Null process_thread:
56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {}
  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 22 MockCongestionController(ProcessThread* process_thread,
25 : CongestionController(process_thread, call_stats, bitrate_observer) {}
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.h 33 ProcessThread* process_thread);
transport_feedback_adapter.cc 19 #include "webrtc/modules/utility/include/process_thread.h"
32 ProcessThread* process_thread)
35 process_thread_(process_thread),
  /external/webrtc/webrtc/call/
congestion_controller.cc 26 #include "webrtc/modules/utility/include/process_thread.h"
147 CongestionController::CongestionController(ProcessThread* process_thread,
163 process_thread_(process_thread),
177 process_thread->RegisterModule(remote_estimator_proxy_.get());
178 process_thread->RegisterModule(remote_bitrate_estimator_.get());
179 process_thread->RegisterModule(bitrate_controller_.get());
congestion_controller.h 41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
  /external/webrtc/webrtc/video/
video_receive_stream.h 47 ProcessThread* process_thread,
encoder_state_feedback_unittest.cc 34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer)
35 : ViEEncoder(1, process_thread, nullptr, nullptr, pacer, nullptr) {}
video_receive_stream.cc 146 ProcessThread* process_thread,
163 num_cpu_cores, &transport_adapter_, process_thread, nullptr,
  /external/webrtc/webrtc/voice_engine/
shared_data.h 17 #include "webrtc/modules/utility/include/process_thread.h"
47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } function in class:webrtc::voe::SharedData
voe_base_impl.cc 224 if (shared_->process_thread()) {
225 shared_->process_thread()->Start();
253 if (shared_->process_thread()) {
254 shared_->process_thread()->RegisterModule(shared_->audio_device());
414 *shared_->transmit_mixer(), *shared_->process_thread(),
658 if (shared_->process_thread()) {
660 shared_->process_thread()->DeRegisterModule(shared_->audio_device());
662 shared_->process_thread()->Stop();

Completed in 223 milliseconds