Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
DAsyncOperations.h96 : _completedEvent(CreateEventEx(nullptr, nullptr, 0, EVENT_ALL_ACCESS)) in AsyncEventDelegate()
101 SetEvent(_completedEvent.Get()); in AsyncEventDelegate()
136 DWORD dwWait = WaitForSingleObjectEx(_completedEvent.Get(), dwMilliseconds, TRUE); in STDMETHOD()
145 Microsoft::WRL::Wrappers::Event _completedEvent; variable
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
DAsyncOperations.h96 : _completedEvent(CreateEventEx(nullptr, nullptr, 0, EVENT_ALL_ACCESS)) in AsyncEventDelegate()
101 SetEvent(_completedEvent.Get()); in AsyncEventDelegate()
136 DWORD dwWait = WaitForSingleObjectEx(_completedEvent.Get(), dwMilliseconds, TRUE); in STDMETHOD()
145 Microsoft::WRL::Wrappers::Event _completedEvent; variable