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

12

  /external/webrtc/webrtc/voice_engine/
channel.h 53 class ProcessThread;
190 ProcessThread& moduleProcessThread,
559 ProcessThread* _moduleProcessThreadPtr;
transmit_mixer.cc 257 TransmitMixer::SetEngineInformation(ProcessThread& processThread,
264 _processThreadPtr = &processThread;
    [all...]
channel.cc     [all...]
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl_unittest.cc 32 MOCK_METHOD1(ProcessThreadAttached, void(ProcessThread*));
57 ProcessThreadImpl thread("ProcessThread");
63 ProcessThreadImpl thread("ProcessThread");
72 ProcessThreadImpl thread("ProcessThread");
94 ProcessThreadImpl thread("ProcessThread");
116 ProcessThreadImpl thread("ProcessThread");
151 ProcessThreadImpl thread("ProcessThread");
216 ProcessThreadImpl thread("ProcessThread");
249 ProcessThreadImpl thread("ProcessThread");
296 ProcessThreadImpl thread("ProcessThread");
    [all...]
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 443 process_module_ = webrtc::ProcessThread::Create("ProcessThread");
475 rtc::scoped_ptr<webrtc::ProcessThread> process_module_;
  /external/webrtc/webrtc/video/
video_receive_stream.cc 146 ProcessThread* process_thread,
vie_encoder.cc 108 ProcessThread* module_process_thread,
video_send_stream.cc 113 ProcessThread* module_process_thread,
vie_channel.cc 84 ProcessThread* module_process_thread,
    [all...]
  /external/webrtc/webrtc/call/
call.cc 123 const rtc::scoped_ptr<ProcessThread> module_process_thread_;
184 module_process_thread_(ProcessThread::Create("ModuleProcessThread")),
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc 143 process_thread_ = ProcessThread::Create("ProcessThread");
303 static rtc::scoped_ptr<ProcessThread> process_thread_;
311 rtc::scoped_ptr<ProcessThread> AudioDeviceAPITest::process_thread_;
    [all...]
func_test_manager.cc 597 EXPECT_TRUE((_processThread = ProcessThread::Create("ProcessThread")) !=
634 // release the ProcessThread object
803 // release the ProcessThread object
835 EXPECT_TRUE((_processThread = ProcessThread::Create("ProcessThread")) !=
    [all...]

Completed in 581 milliseconds

12