Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.cc57 _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()
Daudio_device_core_win.cc449 _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()
Daudio_device_wave_win.h223 HANDLE _hSetCaptureVolumeEvent; variable
Daudio_device_core_win.h315 HANDLE _hSetCaptureVolumeEvent; variable