Home
last modified time | relevance | path

Searched refs:QueryInterface (Results 1 – 25 of 137) sorted by relevance

123456

/external/chromium/base/win/
Dscoped_comptr.h27 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
91 HRESULT QueryInterface(Query** p) { in QueryInterface() function
97 return ptr_->QueryInterface(p); in QueryInterface()
101 HRESULT QueryInterface(const IID& iid, void** obj) { in QueryInterface() function
104 return ptr_->QueryInterface(iid, obj); in QueryInterface()
111 return object->QueryInterface(Receive()); in QueryFrom()
132 QueryInterface(my_identity.Receive()); in IsSameObject()
135 other->QueryInterface(other_identity.Receive()); in IsSameObject()
/external/chromium_org/base/win/
Dscoped_comptr.h26 STDMETHOD(QueryInterface)(REFIID iid, void** object) = 0;
90 HRESULT QueryInterface(Query** p) { in QueryInterface() function
96 return ptr_->QueryInterface(p); in QueryInterface()
100 HRESULT QueryInterface(const IID& iid, void** obj) { in QueryInterface() function
103 return ptr_->QueryInterface(iid, obj); in QueryInterface()
110 return object->QueryInterface(Receive()); in QueryFrom()
131 QueryInterface(my_identity.Receive()); in IsSameObject()
134 other->QueryInterface(other_identity.Receive()); in IsSameObject()
Diunknown_impl_unittest.cc39 EXPECT_EQ(E_NOINTERFACE, u->QueryInterface( in TEST()
41 EXPECT_EQ(S_OK, u->QueryInterface( in TEST()
Denum_variant.cc36 STDMETHODIMP EnumVariant::QueryInterface(REFIID riid, void** ppv) { in QueryInterface() function in base::win::EnumVariant
43 return IUnknownImpl::QueryInterface(riid, ppv); in QueryInterface()
Denum_variant_unittest.cc21 ev->QueryInterface(IID_IUnknown, reinterpret_cast<void**>(&iunknown)))); in TEST()
26 ev->QueryInterface(IID_IEnumVARIANT, in TEST()
Diunknown_impl.cc30 STDMETHODIMP IUnknownImpl::QueryInterface(REFIID riid, void** ppv) { in QueryInterface() function in base::win::IUnknownImpl
Diunknown_impl.h26 virtual STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE;
Denum_variant.h31 STDMETHODIMP QueryInterface(REFIID riid, void** ppv) OVERRIDE;
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp43 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetMethodProperties()
70 coder->QueryInterface(IID_ICompressSetCoderProperties, (void **)&setCoderProperties); in SetMethodProperties()
/external/chromium_org/win8/metro_driver/
Dchrome_url_launch_handler.cc147 if (args->QueryInterface(winapp::Activation::IID_ILaunchActivatedEventArgs, in Activate()
155 if (args->QueryInterface(winapp::Activation::IID_ISearchActivatedEventArgs, in Activate()
164 if (args->QueryInterface( in Activate()
/external/lzma/CPP/Common/
DMyCom.h73 HRESULT QueryInterface(REFGUID iid, Q** pp) const in QueryInterface() function
75 return _p->QueryInterface(iid, (void**)pp); in QueryInterface()
158 #define MY_QUERYINTERFACE_BEGIN STDMETHOD(QueryInterface) \
/external/lzma/CPP/7zip/Archive/7z/
D7zDecode.cpp204 decoderUnknown.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo); in Decode()
228 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Decode()
246 decoder.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in Decode()
257 decoder.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in Decode()
D7zEncode.cpp81 encoderCommon.QueryInterface(IID_ICompressSetCoderMt, &setCoderMt); in CreateMixerCoder()
103 encoderCommon.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo); in CreateMixerCoder()
111 encoderCommon.QueryInterface(IID_ICryptoSetPassword, &cryptoSetPassword); in CreateMixerCoder()
217 … _mixerCoderSpec->_coders[i].QueryInterface(IID_ICryptoResetInitVector, (void **)&resetInitVector); in Encode()
224 …_mixerCoderSpec->_coders[i].QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoder… in Encode()
D7zSpecStream.h23 _stream.QueryInterface(IID_ICompressGetSubStreamSize, &_getSubStreamSize); in Init()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp109 coder.QueryInterface(IID_ISequentialOutStream, &_bcjStream); in Create()
131 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties); in Code()
143 _bcjStream.QueryInterface(IID_ICompressSetOutStream, &setOutStream); in Code()
156 _bcjStream.QueryInterface(IID_IOutStreamFlush, &flush); in Code()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Ddxgid3d11.cpp60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D11CreateDevice()
117 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D11CreateDeviceAndSwapChain()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d11/
Ddxgid3d11.cpp60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D11CreateDevice()
117 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D11CreateDeviceAndSwapChain()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Ddxgid3d10.cpp57 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D10CreateDevice1()
107 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D10CreateDeviceAndSwapChain1()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgid3d10/
Ddxgid3d10.cpp57 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D10CreateDevice1()
107 hr = dev->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in D3D10CreateDeviceAndSwapChain1()
/external/chromium_org/media/video/capture/win/
Dfilter_base_win.cc25 STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) { in STDMETHOD() argument
155 STDMETHODIMP FilterBase::QueryInterface(REFIID id, void** object_ptr) { in QueryInterface() function in media::FilterBase
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h157 HRESULT QueryInterface(REFGUID iid, void** pp) const in QueryInterface() function
160 return p->QueryInterface(iid, pp); in QueryInterface()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp277 archive.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo); in OpenStream()
293 archive.QueryInterface(IID_IArchiveOpenSeq, (void **)&openSeq); in OpenStream()
432 …if (arc.Archive->QueryInterface(IID_IInArchiveGetStream, (void **)&getStream) != S_OK || !getStrea… in Open()
440 if (subSeqStream.QueryInterface(IID_IInStream, &subStream) != S_OK || !subStream) in Open()
447 callback->QueryInterface(IID_IArchiveOpenSetSubArchiveName, (void **)&setSubArchiveName); in Open()
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djriext.h156 MCOM_QueryInterface_t QueryInterface; member
289 MCOM_QueryInterface_t QueryInterface; member
462 MCOM_QueryInterface_t QueryInterface; member
600 MCOM_QueryInterface_t QueryInterface; member
627 MCOM_QueryInterface_t QueryInterface; member
/external/chromium_org/ui/base/dragdrop/
Ddrag_source_win.h39 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
Ddrag_source_win.cc34 HRESULT DragSourceWin::QueryInterface(const IID& iid, void** object) { in QueryInterface() function in ui::DragSourceWin

123456