Searched refs:_hSetCaptureVolumeEvent (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.cc | 57 _hSetCaptureVolumeEvent(NULL), in AudioDeviceWindowsWave() 125 _hSetCaptureVolumeEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in AudioDeviceWindowsWave() 156 if (NULL != _hSetCaptureVolumeEvent) in ~AudioDeviceWindowsWave() 158 CloseHandle(_hSetCaptureVolumeEvent); in ~AudioDeviceWindowsWave() 159 _hSetCaptureVolumeEvent = NULL; in ~AudioDeviceWindowsWave() 405 HANDLE waitArray[2] = {_hShutdownSetVolumeEvent, _hSetCaptureVolumeEvent}; in DoSetCaptureVolumeThread() 3296 SetEvent(_hSetCaptureVolumeEvent); in RecProc()
|
D | audio_device_core_win.cc | 449 _hSetCaptureVolumeEvent(NULL), in AudioDeviceWindowsCore() 515 _hSetCaptureVolumeEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in AudioDeviceWindowsCore() 617 if (NULL != _hSetCaptureVolumeEvent) in ~AudioDeviceWindowsCore() 619 CloseHandle(_hSetCaptureVolumeEvent); in ~AudioDeviceWindowsCore() 620 _hSetCaptureVolumeEvent = NULL; in ~AudioDeviceWindowsCore() 3339 HANDLE waitArray[2] = {_hShutdownCaptureEvent, _hSetCaptureVolumeEvent}; in DoSetCaptureVolumeThread() 4100 SetEvent(_hSetCaptureVolumeEvent); in DoCaptureThread()
|
D | audio_device_wave_win.h | 223 HANDLE _hSetCaptureVolumeEvent; variable
|
D | audio_device_core_win.h | 315 HANDLE _hSetCaptureVolumeEvent; variable
|