Home
last modified time | relevance | path

Searched refs:ppvObject (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h2221 _COM_Outptr_ void **ppvObject);
2263 #define IDeckLinkTimecode_QueryInterface(This,riid,ppvObject) \ argument
2264 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2330 _COM_Outptr_ void **ppvObject);
2355 #define IDeckLinkDisplayModeIterator_QueryInterface(This,riid,ppvObject) \ argument
2356 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2424 _COM_Outptr_ void **ppvObject);
2469 #define IDeckLinkDisplayMode_QueryInterface(This,riid,ppvObject) \ argument
2470 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
2545 _COM_Outptr_ void **ppvObject);
[all …]
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp38 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
68 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
70 *ppvObject = this; in QueryInterface()
74 *ppvObject = nullptr; in QueryInterface()
107 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
144 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
146 *ppvObject = this; in QueryInterface()
150 *ppvObject = nullptr; in QueryInterface()
201 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
[all …]
DSkRemotableFontMgr_win_dw.cpp332 IID const& riid, void** ppvObject) override in QueryInterface() argument
338 *ppvObject = this; in QueryInterface()
342 *ppvObject = nullptr; in QueryInterface()
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp37 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
67 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
69 *ppvObject = this; in QueryInterface()
73 *ppvObject = nullptr; in QueryInterface()
106 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
143 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
145 *ppvObject = this; in QueryInterface()
149 *ppvObject = nullptr; in QueryInterface()
200 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
230 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
[all …]
DSkRemotableFontMgr_win_dw.cpp332 IID const& riid, void** ppvObject) override in QueryInterface() argument
338 *ppvObject = this; in QueryInterface()
342 *ppvObject = nullptr; in QueryInterface()
/third_party/mesa3d/src/gallium/frontends/nine/
Diunknown.c84 void **ppvObject ) in NineUnknown_QueryInterface() argument
90 This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppvObject); in NineUnknown_QueryInterface()
94 if (!ppvObject) return E_POINTER; in NineUnknown_QueryInterface()
98 *ppvObject = This; in NineUnknown_QueryInterface()
108 *ppvObject = NULL; in NineUnknown_QueryInterface()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc126 STDMETHODIMP QueryInterface(REFIID riid, void** ppvObject) override;
237 STDMETHODIMP CefIAccessible::QueryInterface(REFIID riid, void** ppvObject) { in QueryInterface() argument
239 *ppvObject = static_cast<IAccessible*>(this); in QueryInterface()
241 *ppvObject = static_cast<IDispatch*>(this); in QueryInterface()
243 *ppvObject = static_cast<IUnknown*>(this); in QueryInterface()
245 *ppvObject = nullptr; in QueryInterface()
247 if (*ppvObject) in QueryInterface()
248 reinterpret_cast<IUnknown*>(*ppvObject)->AddRef(); in QueryInterface()
250 return (*ppvObject) ? S_OK : E_NOINTERFACE; in QueryInterface()
/third_party/ffmpeg/libavdevice/
Ddshow_capture.h74 ff_dshow_##prefix##_QueryInterface(class *this, const GUID *riid, void **ppvObject) \
78 …showdebug("ff_dshow_"AV_STRINGIFY(prefix)"_QueryInterface(%p, %p, %p)\n", this, riid, ppvObject); \
80 if (!ppvObject) \
87 *ppvObject = (void *) obj; \
92 *ppvObject = NULL; \
Ddshow_pin.c254 void **ppvObject) in DECLARE_CREATE()
258 return ff_dshow_pin_QueryInterface(pin, riid, ppvObject); in DECLARE_CREATE()
/third_party/flutter/skia/src/utils/win/
DSkIStream.cpp20 SK_STDMETHODIMP SkBaseIStream::QueryInterface(REFIID iid, void ** ppvObject) { in QueryInterface() argument
21 if (nullptr == ppvObject) { in QueryInterface()
28 *ppvObject = static_cast<IStream*>(this); in QueryInterface()
32 *ppvObject = nullptr; in QueryInterface()
DSkDWriteFontFileStream.cpp152 SK_STDMETHODIMP SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
154 *ppvObject = this; in QueryInterface()
158 *ppvObject = nullptr; in QueryInterface()
DSkDWriteFontFileStream.h62 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
/third_party/skia/src/utils/win/
DSkIStream.cpp20 SK_STDMETHODIMP SkBaseIStream::QueryInterface(REFIID iid, void ** ppvObject) { in QueryInterface() argument
21 if (nullptr == ppvObject) { in QueryInterface()
28 *ppvObject = static_cast<IStream*>(this); in QueryInterface()
32 *ppvObject = nullptr; in QueryInterface()
DSkDWriteFontFileStream.cpp151 SK_STDMETHODIMP SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() argument
153 *ppvObject = this; in QueryInterface()
157 *ppvObject = nullptr; in QueryInterface()
DSkDWriteFontFileStream.h62 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp46 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) in STDMETHOD()
48 *ppvObject = nullptr; in STDMETHOD()
52 *ppvObject = reinterpret_cast<IUnknown *>(this); in STDMETHOD()
58 *ppvObject = reinterpret_cast<IInspectable *>(this); in STDMETHOD()
64 *ppvObject = static_cast<ISwapChainPanel *>(this); in STDMETHOD()
70 *ppvObject = static_cast<IFrameworkElement *>(this); in STDMETHOD()
76 *ppvObject = static_cast<IUIElement *>(this); in STDMETHOD()
82 *ppvObject = static_cast<ISwapChainPanelNative *>(this); in STDMETHOD()
DCoreWindowNativeWindow_unittest.cpp51 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject)
53 *ppvObject = nullptr;
57 *ppvObject = static_cast<IUnknown *>(this);
63 *ppvObject = static_cast<IInspectable *>(this);
69 *ppvObject = static_cast<ABI::Windows::UI::Core::ICoreWindow *>(this);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp46 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) in STDMETHOD()
48 *ppvObject = nullptr; in STDMETHOD()
52 *ppvObject = reinterpret_cast<IUnknown *>(this); in STDMETHOD()
58 *ppvObject = reinterpret_cast<IInspectable *>(this); in STDMETHOD()
64 *ppvObject = static_cast<ISwapChainPanel *>(this); in STDMETHOD()
70 *ppvObject = static_cast<IFrameworkElement *>(this); in STDMETHOD()
76 *ppvObject = static_cast<IUIElement *>(this); in STDMETHOD()
82 *ppvObject = static_cast<ISwapChainPanelNative *>(this); in STDMETHOD()
DCoreWindowNativeWindow_unittest.cpp51 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject)
53 *ppvObject = nullptr;
57 *ppvObject = static_cast<IUnknown *>(this);
63 *ppvObject = static_cast<IInspectable *>(this);
69 *ppvObject = static_cast<ABI::Windows::UI::Core::ICoreWindow *>(this);
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstaudioclient3.h63 void **ppvObject);
169 #define IAudioClient3_QueryInterface(This,riid,ppvObject) \ argument
170 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgststrmif.h131 _COM_Outptr_ void **ppvObject);
240 #define ICodecAPI_QueryInterface(This,riid,ppvObject) \ argument
241 ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
/third_party/vk-gl-cts/external/amber/src/src/
Ddxc_helper.cc116 void** ppvObject) override { in QueryInterface() argument
117 return DoBasicQueryInterface<IDxcIncludeHandler>(this, iid, ppvObject); in QueryInterface()
/third_party/mesa3d/include/d3dadapter/
Dpresent.h58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject);
140 HRESULT (WINAPI *QueryInterface)(ID3DPresentGroup *This, REFIID riid, void **ppvObject);
/third_party/mesa3d/src/microsoft/compiler/
Ddxcapi.h129 virtual HRESULT QueryInterface(REFIID riid, void **ppvObject);
579 _In_ REFIID iid, _COM_Outptr_opt_result_maybenull_ void **ppvObject,
596 _In_ REFIID iid, _COM_Outptr_opt_result_maybenull_ void **ppvObject,
662 virtual HRESULT STDMETHODCALLTYPE GetPartReflection(UINT32 idx, REFIID iid, void **ppvObject) = 0;
/third_party/flutter/glfw/deps/mingw/
Ddinput.h1480 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECL_WINELIB_TYPE_AW()
1541 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1570 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1645 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1684 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1789 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1831 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1946 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
1992 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
2166 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE; in DECLARE_INTERFACE_()
[all …]

12