Home
last modified time | relevance | path

Searched refs:CreateProcessThread (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/utility/interface/
Dprocess_thread.h22 static ProcessThread* CreateProcessThread();
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_shared_data.cc27 module_process_thread_(ProcessThread::CreateProcessThread()), in ViESharedData()
/external/chromium_org/third_party/webrtc/voice_engine/
Dshared_data.cc32 _moduleProcessThreadPtr(ProcessThread::CreateProcessThread()), in SharedData()
/external/chromium_org/third_party/webrtc/modules/utility/source/
Dprocess_thread_impl.cc20 ProcessThread* ProcessThread::CreateProcessThread() in CreateProcessThread() function in webrtc::ProcessThread
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc433 process_module_ = webrtc::ProcessThread::CreateProcessThread(); in SetUp()
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc582 EXPECT_TRUE((_processThread = ProcessThread::CreateProcessThread()) != NULL); in Init()
817 EXPECT_TRUE((_processThread = ProcessThread::CreateProcessThread()) != NULL); in TestAudioLayerSelection()
Daudio_device_test_api.cc169 process_thread_ = ProcessThread::CreateProcessThread(); in SetUpTestCase()