Home
last modified time | relevance | path

Searched defs:STDMETHOD (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc51 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::EnumPins
60 STDMETHOD(Clone)(IEnumPins** pins) { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::EnumPins
65 STDMETHOD(Next)(ULONG count, IPin** pins, ULONG* fetched) { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::EnumPins
85 STDMETHOD(Skip)(ULONG count) { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::EnumPins
90 STDMETHOD(Reset)() { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::EnumPins
266 STDMETHOD(QueryInterface)(REFIID riid, void** ppv) override { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::MediaTypesEnum
276 STDMETHOD(Clone)(IEnumMediaTypes** pins) { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::MediaTypesEnum
281 STDMETHOD(Next)(ULONG count, AM_MEDIA_TYPE** types, ULONG* fetched) { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::MediaTypesEnum
366 STDMETHOD(Skip)(ULONG count) { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::MediaTypesEnum
371 STDMETHOD(Reset)() { in STDMETHOD() function in webrtc::videocapturemodule::__anon6518dbfc0111::MediaTypesEnum
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmspcoll.h50 STDMETHOD(get_Count)(__LONG32 *retval) { in STDMETHOD() function
61 STDMETHOD(get_Item)(__LONG32 Index,VARIANT *retval) { in STDMETHOD() function
128 STDMETHOD(get_Count)(__LONG32 *retval) { in STDMETHOD() function
139 STDMETHOD(get_Item)(__LONG32 Index,VARIANT *retval) { in STDMETHOD() function
Dmspenum.h16 STDMETHOD(Next)(ULONG celt,T *rgelt,ULONG *pceltFetched) { in STDMETHOD() function
21 STDMETHOD(Clone)(Base **ppEnum) { in STDMETHOD() function
Dbasetyps.h48 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method macro
64 #define STDMETHOD(method) HRESULT (STDMETHODCALLTYPE *method) macro
Dmsputils.h165 STDMETHOD(SetInterfaceSafetyOptions)(REFIID riid,DWORD dwOptionSetMask,DWORD dwEnabledOptions) { in STDMETHOD() function
178STDMETHOD(GetInterfaceSafetyOptions)(REFIID riid,DWORD *pdwSupportedOptions,DWORD *pdwEnabledOptio… in STDMETHOD() function
Ddbgeng.h1854 STDMETHOD(QueryInterface)(THIS_ REFIID InterfaceId,PVOID *Interface) { in STDMETHOD() function
1862 STDMETHOD(Breakpoint)(THIS_ PDEBUG_BREAKPOINT Bp) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() function
1863STDMETHOD(Exception)(THIS_ PEXCEPTION_RECORD64 Exception,ULONG FirstChance) { return DEBUG_STATUS_… in STDMETHOD() function
1864STDMETHOD(CreateThread)(THIS_ ULONG64 Handle,ULONG64 DataOffset,ULONG64 StartOffset) { return DEBU… in STDMETHOD() function
1865 STDMETHOD(ExitThread)(THIS_ ULONG ExitCode) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() function
1866STDMETHOD(CreateProcess)(THIS_ ULONG64 ImageFileHandle,ULONG64 Handle,ULONG64 BaseOffset,ULONG Mod… in STDMETHOD() function
1867 STDMETHOD(ExitProcess)(THIS_ ULONG ExitCode) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() function
1868STDMETHOD(LoadModule)(THIS_ ULONG64 ImageFileHandle,ULONG64 BaseOffset,ULONG ModuleSize,PCSTR Modu… in STDMETHOD() function
1869STDMETHOD(UnloadModule)(THIS_ PCSTR ImageBaseName,ULONG64 BaseOffset) { return DEBUG_STATUS_NO_CHA… in STDMETHOD() function
1870 STDMETHOD(SystemError)(THIS_ ULONG Error,ULONG Level) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() function
[all …]
Dcombaseapi.h53 #define STDMETHOD(method) virtual COM_DECLSPEC_NOTHROW HRESULT STDMETHODCALLTYPE method macro
89 #define STDMETHOD(method) HRESULT (STDMETHODCALLTYPE *method) macro
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc109 STDMETHOD(GetBufferAndLength(BYTE** ppBuffer, DWORD* pcbLength)) { in STDMETHOD() function in webrtc::__anonf0a91d9c0111::MediaBufferImpl
120 STDMETHOD(GetMaxLength(DWORD* pcbMaxLength)) { in STDMETHOD() function in webrtc::__anonf0a91d9c0111::MediaBufferImpl
129 STDMETHOD(SetLength(DWORD cbLength)) { in STDMETHOD() function in webrtc::__anonf0a91d9c0111::MediaBufferImpl
141 STDMETHOD(QueryInterface(REFIID riid, void** ppv)) { in STDMETHOD() function in webrtc::__anonf0a91d9c0111::MediaBufferImpl
/aosp_15_r20/external/clang/test/SemaCXX/Inputs/
H A Doverride-system-header.h5 #define STDMETHOD(method) virtual void method macro
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DSwapChainPanelNativeWindow_unittest.cpp46 STDMETHOD(QueryInterface)(REFIID riid, void **ppvObject) in STDMETHOD() function in __anoneb48251d0111::MockSwapChainPanel
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyWindows.h135 #define STDMETHOD(f) STDMETHOD_(HRESULT, f) macro