Home
last modified time | relevance | path

Searched refs:_captureWorkerThread (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
Daudio_device_ios.cc23 _captureWorkerThread(NULL), in AudioDeviceIPhone()
110 if (_captureWorkerThread == NULL) { in Init()
111 _captureWorkerThread in Init()
115 if (_captureWorkerThread == NULL) { in Init()
122 bool res = _captureWorkerThread->Start(threadID); in Init()
150 if (_captureWorkerThread != NULL) { in Terminate()
153 bool res = _captureWorkerThread->Stop(); in Terminate()
156 delete _captureWorkerThread; in Terminate()
157 _captureWorkerThread = NULL; in Terminate()
Daudio_device_ios.h220 ThreadWrapper* _captureWorkerThread; variable
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc114 _captureWorkerThread(NULL), in AudioDeviceMac()
185 if (_captureWorkerThread) in ~AudioDeviceMac()
187 delete _captureWorkerThread; in ~AudioDeviceMac()
188 _captureWorkerThread = NULL; in ~AudioDeviceMac()
347 if (_captureWorkerThread == NULL) in Init()
349 _captureWorkerThread in Init()
352 if (_captureWorkerThread == NULL) in Init()
1800 if (_captureWorkerThread != NULL) in StartRecording()
1802 _captureWorkerThread->Start(threadID); in StartRecording()
1897 if (_captureWorkerThread != NULL) in StopRecording()
[all …]
Daudio_device_mac.h294 ThreadWrapper* _captureWorkerThread; variable