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.cc 23 _captureWorkerThread(NULL),
110 if (_captureWorkerThread == NULL) {
111 _captureWorkerThread
115 if (_captureWorkerThread == NULL) {
122 bool res = _captureWorkerThread->Start(threadID);
150 if (_captureWorkerThread != NULL) {
153 bool res = _captureWorkerThread->Stop();
156 delete _captureWorkerThread;
157 _captureWorkerThread = NULL;
    [all...]
audio_device_ios.h 220 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 591 milliseconds