Home
last modified time | relevance | path

Searched refs:_hCaptureStartedEvent (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc370 _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()
Daudio_device_core_win.h268 HANDLE _hCaptureStartedEvent; variable