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

  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.mm 24 _captureWorkerThread(NULL),
112 if (_captureWorkerThread == NULL) {
113 _captureWorkerThread
117 if (_captureWorkerThread == NULL) {
124 bool res = _captureWorkerThread->Start(threadID);
152 if (_captureWorkerThread != NULL) {
155 bool res = _captureWorkerThread->Stop();
158 delete _captureWorkerThread;
159 _captureWorkerThread = NULL;
    [all...]
audio_device_ios.h 217 ThreadWrapper* _captureWorkerThread;
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc 114 _captureWorkerThread(NULL),
185 if (_captureWorkerThread)
187 delete _captureWorkerThread;
188 _captureWorkerThread = NULL;
347 if (_captureWorkerThread == NULL)
349 _captureWorkerThread
352 if (_captureWorkerThread == NULL)
    [all...]
audio_device_mac.h 294 ThreadWrapper* _captureWorkerThread;

Completed in 542 milliseconds