Searched refs:_hSetCaptureVolumeThread (Results 1 – 4 of 4) sorted by relevance
55 _hSetCaptureVolumeThread(NULL), in AudioDeviceWindowsWave()258 _hSetCaptureVolumeThread = in Init()260 if (_hSetCaptureVolumeThread == NULL) in Init()267 SetThreadPriority(_hSetCaptureVolumeThread, THREAD_PRIORITY_NORMAL); in Init()324 ret = WaitForSingleObject(_hSetCaptureVolumeThread, 2000); in Terminate()330 CloseHandle(_hSetCaptureVolumeThread); in Terminate()331 _hSetCaptureVolumeThread = NULL; in Terminate()341 CloseHandle(_hSetCaptureVolumeThread); in Terminate()342 _hSetCaptureVolumeThread = NULL; in Terminate()
448 _hSetCaptureVolumeThread(NULL), in AudioDeviceWindowsCore()2783 assert(_hSetCaptureVolumeThread == NULL); in StartRecording()2784 _hSetCaptureVolumeThread = CreateThread(NULL, in StartRecording()2790 if (_hSetCaptureVolumeThread == NULL) in StartRecording()2876 ret = WaitForSingleObject(_hSetCaptureVolumeThread, 2000); in StopRecording()2907 CloseHandle(_hSetCaptureVolumeThread); in StopRecording()2908 _hSetCaptureVolumeThread = NULL; in StopRecording()
221 HANDLE _hSetCaptureVolumeThread; variable
314 HANDLE _hSetCaptureVolumeThread; variable