Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc55 _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()
Daudio_device_core_win.cc448 _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()
Daudio_device_wave_win.h221 HANDLE _hSetCaptureVolumeThread; variable
Daudio_device_core_win.h314 HANDLE _hSetCaptureVolumeThread; variable