/external/llvm-project/clang/test/SemaCXX/ |
D | ms-iunknown-template-function.cpp | 22 virtual HRESULT __stdcall QueryInterface( 31 HRESULT __stdcall QueryInterface(Q **pp) { in QueryInterface() function 32 return QueryInterface(__uuidof(Q), (void **)pp); in QueryInterface()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 41 _stream.QueryInterface(IID_IOutStreamFinish, &outStreamFinish); in OutStreamFinish() 71 Coder.QueryInterface(IID_ICompressGetInStreamProcessedSize, (void **)&getInStreamProcessedSize); in CheckDataAfterEnd() 93 …Coder2.QueryInterface(IID_ICompressGetInStreamProcessedSize2, (void **)&getInStreamProcessedSize2); in CheckDataAfterEnd() 347 unk->QueryInterface(IID_ISequentialInStream, (void**)&s); in AddCoder() 352 unk->QueryInterface(IID_ISequentialOutStream, (void**)&s); in AddCoder() 381 coder.QueryInterface(IID_ISequentialInStream, (void **)&seqInStream); in GetInStream2() 393 coder.QueryInterface(IID_ICompressSetInStream, (void **)&setStream); in GetInStream2() 406 coder.QueryInterface(IID_ICompressSetInStream2, (void **)&setStream2); in GetInStream2() 522 coder.QueryInterface(IID_ISequentialOutStream, (void **)&seqOutStream); in GetOutStream() 534 coder.Coder.QueryInterface(IID_ICompressSetOutStream, &setOutStream); in GetOutStream() [all …]
|
/external/skqp/src/ports/ |
D | SkTypeface_win_dw.h | 57 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in SkTypeface() 62 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in SkTypeface() 65 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in SkTypeface() 68 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkTypeface()
|
D | SkFontMgr_win_dw.cpp | 36 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 67 HRESULT StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader 106 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 143 HRESULT StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator 200 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void** ppvObject); 230 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader 277 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in SkFontMgr_DirectWrite() 348 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same() 351 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same() 623 virtual HRESULT STDMETHODCALLTYPE QueryInterface(IID const& riid, void** ppvObject) override{ in QueryInterface() function in FontFallbackRenderer [all …]
|
D | SkImageGeneratorWIC.cpp | 84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC() 195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
|
/external/skia/src/ports/ |
D | SkTypeface_win_dw.h | 75 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace1))) { in DWriteFontTypeface() 80 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace2))) { in DWriteFontTypeface() 83 if (!SUCCEEDED(fDWriteFontFace->QueryInterface(&fDWriteFontFace4))) { in DWriteFontTypeface() 86 if (!SUCCEEDED(fFactory->QueryInterface(&fFactory2))) { in DWriteFontTypeface()
|
D | SkFontMgr_win_dw.cpp | 38 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 68 SK_STDMETHODIMP StreamFontFileLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileLoader 107 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 144 SK_STDMETHODIMP StreamFontFileEnumerator::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontFileEnumerator 201 SK_STDMETHODIMP QueryInterface(REFIID iid, void** ppvObject) override; 231 SK_STDMETHODIMP StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) { in QueryInterface() function in StreamFontCollectionLoader 346 HRM(a->QueryInterface(&iunkA), "Failed to QI<IUnknown> for a."); in are_same() 349 HRM(b->QueryInterface(&iunkB), "Failed to QI<IUnknown> for b."); in are_same() 368 cshFace->fDWriteFontFace->QueryInterface(&cshFontFace5); in FindByDWriteFont() 369 ctxFace->fDWriteFontFace->QueryInterface(&ctxFontFace5); in FindByDWriteFont() [all …]
|
D | SkImageGeneratorWIC.cpp | 84 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in MakeFromEncodedWIC() 195 hr = formatConverter->QueryInterface(IID_PPV_ARGS(&formatConverterSrc)); in onGetPixels()
|
D | SkRemotableFontMgr_win_dw.cpp | 58 HR_GENERAL(fontFileLoader->QueryInterface(&fontFileLoaderId), in FindOrAdd() 331 SK_STDMETHODIMP QueryInterface( in QueryInterface() function in SkRemotableFontMgr_DirectWrite::FontFallbackRenderer 428 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed"); in getData()
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 58 HRESULT (WINAPI *QueryInterface)(ID3DPresent *This, REFIID riid, void **ppvObject); 110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 140 HRESULT (WINAPI *QueryInterface)(ID3DPresentGroup *This, REFIID riid, void **ppvObject); 162 #define ID3DPresentGroup_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
|
D | d3dadapter9.h | 35 HRESULT (WINAPI *QueryInterface)(ID3DAdapter9 *This, REFIID riid, void **ppvObject); 57 #define ID3DAdapter9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
|
/external/lzma/CPP/Common/ |
D | MyCom.h | 67 HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() in QueryInterface() function 69 return _p->QueryInterface(iid, (void**)pp); in QueryInterface() 187 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zEncode.cpp | 92 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetCoderProps2() 180 encoderCommon.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in CreateMixerCoder() 213 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder() 376 coder->QueryInterface(IID_ICryptoResetInitVector, (void **)&resetInitVector); in Encode() 384 coder->QueryInterface(IID_ICompressSetCoderPropertiesOpt, (void **)&optProps); in Encode() 394 coder->QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties); in Encode()
|
D | 7zDecode.cpp | 371 decoder->QueryInterface(IID_ICompressSetCoderMt, (void **)&setCoderMt); in Decode() 381 decoder->QueryInterface(IID_ICompressSetMemLimit, (void **)&setMemLimit); in Decode() 393 decoder->QueryInterface(IID_ICompressSetDecoderProperties2, (void **)&setDecoderProperties); in Decode() 410 decoder->QueryInterface(IID_ICryptoSetPassword, (void **)&cryptoSetPassword); in Decode() 441 decoder->QueryInterface(IID_ICompressSetFinishMode, (void **)&setFinishMode); in Decode()
|
D | 7zSpecStream.h | 24 _stream.QueryInterface(IID_ICompressGetSubStreamSize, &_getSubStreamSize); in Init()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 442 HRESULT (WINAPI *QueryInterface)(IDirect3D9 *This, REFIID riid, void **ppvObject); 467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 489 HRESULT (WINAPI *QueryInterface)(IDirect3D9Ex *This, REFIID riid, void **ppvObject); 520 #define IDirect3D9Ex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 548 …HRESULT (WINAPI *QueryInterface)(IDirect3D9ExOverlayExtension *This, REFIID riid, void **ppvObject… 560 #define IDirect3D9ExOverlayExtension_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 569 …HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObje… 585 #define IDirect3DAuthenticatedChannel9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) 598 HRESULT (WINAPI *QueryInterface)(IDirect3DBaseTexture9 *This, REFIID riid, void **ppvObject); 624 #define IDirect3DBaseTexture9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) [all …]
|
/external/angle/util/ |
D | com_utils.h | 17 object->QueryInterface(__uuidof(outType), reinterpret_cast<void **>(&outObject)); in DynamicCastComObject()
|
/external/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.h | 56 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override; 126 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override;
|
D | device_info_ds.cc | 329 captureDevice->QueryInterface(IID_IAMExtDevice, (void**)&extDevice); in CreateCapabilityMap() 336 hr = outputCapturePin->QueryInterface(IID_IAMStreamConfig, in CreateCapabilityMap() 346 HRESULT hrVC = captureDevice->QueryInterface(IID_IAMVideoControl, in CreateCapabilityMap() 598 hr = filter->QueryInterface(IID_ISpecifyPropertyPages, (LPVOID*)&pPages); in DisplayCaptureSettingsDialogBox()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall; 287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall; 410 else if (A.QueryInterface(IInterface, X) = S_OK) 411 and (B.QueryInterface(IInterface, Y) = S_OK) 509 function TList<T>.QueryInterface(const IID: TGUID; out Obj): HResult; in QueryInterface() function 674 function TDictionary<TKey, TValue>.QueryInterface(const IID: TGUID; in QueryInterface() function
|
/external/lzma/CPP/7zip/Common/ |
D | ProgressUtils.cpp | 19 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()
|
/external/google-breakpad/src/common/windows/ |
D | dia_util.cc | 81 if (SUCCEEDED(temp_table->QueryInterface(iid, &temp))) { in FindTable()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DeviceD3D.cpp | 57 iunknown->QueryInterface(__uuidof(ID3D11Device), reinterpret_cast<void **>(&d3dDevice)); in initialize()
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_texture.cc | 48 _com_error error = resource->QueryInterface( in CopyFrom()
|
/external/skqp/src/utils/win/ |
D | SkDWriteGeometrySink.h | 31 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **object) override;
|