HomeSort by relevance Sort by last modified time
    Searched refs:ProcessThread (Results 1 - 25 of 37) sorted by null

1 2

  /external/webrtc/webrtc/modules/utility/include/
process_thread.h 28 class ProcessThread {
30 virtual ~ProcessThread();
32 static rtc::scoped_ptr<ProcessThread> Create(const char* thread_name);
48 // task object is transferred to the ProcessThread and the object will
50 // construction thread of the ProcessThread instance, if the task did not
  /external/webrtc/webrtc/modules/include/
module.h 18 class ProcessThread;
44 // * ProcessThread::RegisterModule() is called while the thread is running.
45 // * ProcessThread::Start() is called and RegisterModule has previously
50 // * ProcessThread::DeRegisterModule() is called while the thread is
52 // * ProcessThread::Stop() was called and the thread has been stopped.
56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {}
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.h 25 class ProcessThread;
33 ProcessThread* process_thread);
59 ProcessThread* const process_thread_;
transport_feedback_adapter.cc 32 ProcessThread* process_thread)
  /external/webrtc/webrtc/call/
congestion_controller.h 29 class ProcessThread;
41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
81 ProcessThread* const process_thread_;
84 rtc::scoped_ptr<ProcessThread> pacer_thread_;
congestion_controller.cc 147 CongestionController::CongestionController(ProcessThread* process_thread,
165 pacer_thread_(ProcessThread::Create("PacerThread")),
  /external/webrtc/webrtc/modules/utility/include/mock/
mock_process_thread.h 20 class MockProcessThread : public ProcessThread {
  /external/webrtc/webrtc/video/
video_capture_input.h 38 class ProcessThread;
53 VideoCaptureInput(ProcessThread* module_process_thread,
69 ProcessThread* const module_process_thread_;
video_send_stream.h 34 class ProcessThread;
44 ProcessThread* module_process_thread,
86 ProcessThread* const module_process_thread_;
vie_remb.h 26 class ProcessThread;
vie_encoder.h 38 class ProcessThread;
54 ProcessThread* module_process_thread,
183 ProcessThread* module_process_thread_;
video_receive_stream.h 47 ProcessThread* process_thread,
vie_channel.h 43 class ProcessThread;
71 ProcessThread* module_process_thread,
406 ProcessThread* const module_process_thread_;
video_capture_input.cc 32 ProcessThread* module_process_thread,
encoder_state_feedback_unittest.cc 34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer)
  /external/webrtc/webrtc/voice_engine/
shared_data.h 22 class ProcessThread;
47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); }
73 rtc::scoped_ptr<ProcessThread> _moduleProcessThreadPtr;
transmit_mixer.h 29 class ProcessThread;
46 int32_t SetEngineInformation(ProcessThread& processThread,
196 ProcessThread* _processThreadPtr;
shared_data.cc 32 _moduleProcessThreadPtr(ProcessThread::Create("VoiceProcessThread")) {
voe_base_impl.h 21 class ProcessThread;
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 36 ProcessThread::~ProcessThread() {}
39 rtc::scoped_ptr<ProcessThread> ProcessThread::Create(
41 return rtc::scoped_ptr<ProcessThread>(new ProcessThreadImpl(thread_name));
process_thread_impl.h 26 class ProcessThreadImpl : public ProcessThread {
  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 22 MockCongestionController(ProcessThread* process_thread,
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.h 56 class ProcessThread;
209 rtc::scoped_ptr<ProcessThread> _processThread;
  /art/tools/
stream-trace-converter.py 120 def ProcessThread(self, input):
132 self.ProcessThread(input)
  /external/webrtc/webrtc/audio/
audio_send_stream_unittest.cc 56 process_thread_(ProcessThread::Create("AudioTestThread")),
163 rtc::scoped_ptr<ProcessThread> process_thread_;

Completed in 278 milliseconds

1 2