Home
last modified time | relevance | path

Searched defs:ppv (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/_ctypes/
Dcallbacks.c477 long Call_GetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv) in Call_GetClassObject()
538 LPVOID *ppv) in DllGetClassObject()
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp112 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
160 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
Ddecklink_dec.cpp132 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
698 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
/third_party/NuttX/drivers/video/
Dfb.c386 void **ppv = (void **)((uintptr_t)arg); in fb_ioctl() local
/third_party/libwebsockets/lib/core-net/
Dadopt.c254 void *pv, **ppv; in lws_adopt_ss_server_accept() local
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstaudioclient3.h212 #define IAudioClient3_GetService(This,riid,ppv) \ argument
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c1049 STDMETHODIMP UIElementSink_QueryInterface(TSFSink *sink, REFIID riid, PVOID *ppv) in UIElementSink_QueryInterface()
1155 STDMETHODIMP IPPASink_QueryInterface(TSFSink *sink, REFIID riid, PVOID *ppv) in IPPASink_QueryInterface()
/third_party/python/Lib/ctypes/
D__init__.py533 def DllGetClassObject(rclsid, riid, ppv): argument