Searched refs:_hCaptureStartedEvent (Results 1 – 2 of 2) sorted by relevance
370 _hCaptureStartedEvent(NULL), in AudioDeviceWindowsCore()446 _hCaptureStartedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in AudioDeviceWindowsCore()519 if (NULL != _hCaptureStartedEvent) { in ~AudioDeviceWindowsCore()520 CloseHandle(_hCaptureStartedEvent); in ~AudioDeviceWindowsCore()521 _hCaptureStartedEvent = NULL; in ~AudioDeviceWindowsCore()2359 DWORD ret = WaitForSingleObject(_hCaptureStartedEvent, 1000); in StartRecording()2963 SetEvent(_hCaptureStartedEvent); in DoCaptureThreadPollDMO()3156 SetEvent(_hCaptureStartedEvent); in DoCaptureThread()
268 HANDLE _hCaptureStartedEvent; variable