OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_hCaptureStartedEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h
311
HANDLE
_hCaptureStartedEvent
;
audio_device_core_win.cc
446
_hCaptureStartedEvent
(NULL),
514
_hCaptureStartedEvent
= CreateEvent(NULL, FALSE, FALSE, NULL);
599
if (NULL !=
_hCaptureStartedEvent
)
601
CloseHandle(
_hCaptureStartedEvent
);
602
_hCaptureStartedEvent
= NULL;
[
all
...]
Completed in 29 milliseconds