Searched refs:_hCaptureStartedEvent (Results 1 – 2 of 2) sorted by relevance
446 _hCaptureStartedEvent(NULL), in AudioDeviceWindowsCore()514 _hCaptureStartedEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in AudioDeviceWindowsCore()599 if (NULL != _hCaptureStartedEvent) in ~AudioDeviceWindowsCore()601 CloseHandle(_hCaptureStartedEvent); in ~AudioDeviceWindowsCore()602 _hCaptureStartedEvent = NULL; in ~AudioDeviceWindowsCore()2798 DWORD ret = WaitForSingleObject(_hCaptureStartedEvent, 1000); in StartRecording()3734 SetEvent(_hCaptureStartedEvent); in DoCaptureThreadPollDMO()3949 SetEvent(_hCaptureStartedEvent); in DoCaptureThread()
310 HANDLE _hCaptureStartedEvent; variable