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

  /external/chromium_org/third_party/webrtc/modules/utility/interface/
process_thread.h 22 static ProcessThread* CreateProcessThread();
  /external/chromium_org/third_party/webrtc/video_engine/
vie_shared_data.cc 27 module_process_thread_(ProcessThread::CreateProcessThread()),
  /external/chromium_org/third_party/webrtc/voice_engine/
shared_data.cc 32 _moduleProcessThreadPtr(ProcessThread::CreateProcessThread()),
  /external/chromium_org/third_party/webrtc/modules/utility/source/
process_thread_impl.cc 20 ProcessThread* ProcessThread::CreateProcessThread()
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 433 process_module_ = webrtc::ProcessThread::CreateProcessThread();
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc 582 EXPECT_TRUE((_processThread = ProcessThread::CreateProcessThread()) != NULL);
817 EXPECT_TRUE((_processThread = ProcessThread::CreateProcessThread()) != NULL);
    [all...]
audio_device_test_api.cc 169 process_thread_ = ProcessThread::CreateProcessThread();
    [all...]

Completed in 5197 milliseconds