Searched refs:_hShutdownCaptureEvent (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc444 _hShutdownCaptureEvent(NULL),
508 // (Except for _hShutdownCaptureEvent, which is used to shutdown multiple threads).
512 _hShutdownCaptureEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
611 if (NULL != _hShutdownCaptureEvent)
613 CloseHandle(_hShutdownCaptureEvent);
614 _hShutdownCaptureEvent = NULL;
2846 SetEvent(_hShutdownCaptureEvent);
2891 ResetEvent(_hShutdownCaptureEvent); // Must be manually reset.
3302 HANDLE waitObject = _hShutdownCaptureEvent;
3325 case WAIT_OBJECT_0: // _hShutdownCaptureEvent
[all...]
H A Daudio_device_core_win.h311 HANDLE _hShutdownCaptureEvent; member in class:webrtc::AudioDeviceWindowsCore

Completed in 127 milliseconds