HomeSort by relevance Sort by last modified time
    Searched full:_processthread (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 597 EXPECT_TRUE((_processThread = ProcessThread::Create("ProcessThread")) !=
599 if (_processThread == NULL)
603 _processThread->Start();
615 _processThread->RegisterModule(_audioDevice);
635 if (_processThread)
637 _processThread->DeRegisterModule(_audioDevice);
638 _processThread->Stop();
639 _processThread.reset();
804 if (_processThread)
806 _processThread->DeRegisterModule(_audioDevice)
    [all...]
func_test_manager.h 209 rtc::scoped_ptr<ProcessThread> _processThread;

Completed in 54 milliseconds