Searched refs:_hSetCaptureVolumeThread (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc55 _hSetCaptureVolumeThread(NULL),
258 _hSetCaptureVolumeThread =
260 if (_hSetCaptureVolumeThread == NULL)
267 SetThreadPriority(_hSetCaptureVolumeThread, THREAD_PRIORITY_NORMAL);
324 ret = WaitForSingleObject(_hSetCaptureVolumeThread, 2000);
330 CloseHandle(_hSetCaptureVolumeThread);
331 _hSetCaptureVolumeThread = NULL;
341 CloseHandle(_hSetCaptureVolumeThread);
342 _hSetCaptureVolumeThread = NULL;
H A Daudio_device_wave_win.h221 HANDLE _hSetCaptureVolumeThread; member in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.h314 HANDLE _hSetCaptureVolumeThread; member in class:webrtc::AudioDeviceWindowsCore
H A Daudio_device_core_win.cc448 _hSetCaptureVolumeThread(NULL),
2783 assert(_hSetCaptureVolumeThread == NULL);
2784 _hSetCaptureVolumeThread = CreateThread(NULL,
2790 if (_hSetCaptureVolumeThread == NULL)
2876 ret = WaitForSingleObject(_hSetCaptureVolumeThread, 2000);
2907 CloseHandle(_hSetCaptureVolumeThread);
2908 _hSetCaptureVolumeThread = NULL;

Completed in 231 milliseconds