Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc368 _hCaptureSamplesReadyEvent(NULL), in AudioDeviceWindowsCore()
442 _hCaptureSamplesReadyEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in AudioDeviceWindowsCore()
509 if (NULL != _hCaptureSamplesReadyEvent) { in ~AudioDeviceWindowsCore()
510 CloseHandle(_hCaptureSamplesReadyEvent); in ~AudioDeviceWindowsCore()
511 _hCaptureSamplesReadyEvent = NULL; in ~AudioDeviceWindowsCore()
2284 hr = _ptrClientIn->SetEventHandle(_hCaptureSamplesReadyEvent); in InitRecording()
3071 HANDLE waitArray[2] = {_hShutdownCaptureEvent, _hCaptureSamplesReadyEvent}; in DoCaptureThread()
Daudio_device_core_win.h266 HANDLE _hCaptureSamplesReadyEvent; variable