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

  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc 561 _processThread(NULL),
582 EXPECT_TRUE((_processThread = ProcessThread::CreateProcessThread()) != NULL);
583 if (_processThread == NULL)
587 _processThread->Start();
599 _processThread->RegisterModule(_audioDevice);
619 if (_processThread)
621 _processThread->DeRegisterModule(_audioDevice);
622 _processThread->Stop();
623 ProcessThread::DestroyProcessThread(_processThread);
786 if (_processThread)
    [all...]
func_test_manager.h 248 ProcessThread* _processThread;

Completed in 400 milliseconds