Home
last modified time | relevance | path

Searched refs:interface_ptr (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/directfb/DirectFB-1.4.17/proxy/requestor/
H A Didirectfbdisplaylayer_requestor.c142 IDirectFBSurface **interface_ptr ) in IDirectFBDisplayLayer_Requestor_GetSurface() argument
157 void *interface_ptr = NULL; in IDirectFBDisplayLayer_Requestor_GetScreen() local
173 response->instance, NULL, &interface_ptr ); in IDirectFBDisplayLayer_Requestor_GetScreen()
177 *ret_interface = interface_ptr; in IDirectFBDisplayLayer_Requestor_GetScreen()
412 void *interface_ptr = NULL; in IDirectFBDisplayLayer_Requestor_CreateWindow() local
429 response->instance, NULL, &interface_ptr ); in IDirectFBDisplayLayer_Requestor_CreateWindow()
433 *ret_interface = interface_ptr; in IDirectFBDisplayLayer_Requestor_CreateWindow()
445 void *interface_ptr = NULL; in IDirectFBDisplayLayer_Requestor_GetWindow() local
466 *ret_interface = interface_ptr; in IDirectFBDisplayLayer_Requestor_GetWindow()
578 void *interface_ptr = NULL; in IDirectFBDisplayLayer_Requestor_GetWindowByResourceID() local
[all …]
H A Didirectfb_requestor.c260 void *interface_ptr = NULL; in IDirectFB_Requestor_CreateSurface() local
284 *ret_interface = interface_ptr; in IDirectFB_Requestor_CreateSurface()
296 if (!interface_ptr) in IDirectFB_Requestor_CreatePalette()
364 void *interface_ptr = NULL; in IDirectFB_Requestor_GetScreen() local
384 *ret_interface = interface_ptr; in IDirectFB_Requestor_GetScreen()
411 void *interface_ptr = NULL; in IDirectFB_Requestor_GetDisplayLayer() local
432 *ret_interface = interface_ptr; in IDirectFB_Requestor_GetDisplayLayer()
496 void *interface_ptr = NULL; in IDirectFB_Requestor_GetInputDevice() local
517 *ret_interface = interface_ptr; in IDirectFB_Requestor_GetInputDevice()
666 if (!interface_ptr || !filename) in IDirectFB_Requestor_CreateVideoProvider()
[all …]
H A Didirectfbsurface_requestor.c329 void *interface_ptr = NULL; in IDirectFBSurface_Requestor_GetPalette() local
345 response->instance, NULL, &interface_ptr ); in IDirectFBSurface_Requestor_GetPalette()
349 *ret_interface = interface_ptr; in IDirectFBSurface_Requestor_GetPalette()
1035 void *interface_ptr = NULL; in IDirectFBSurface_Requestor_GetSubSurface() local
1056 instance_id, NULL, &interface_ptr ); in IDirectFBSurface_Requestor_GetSubSurface()
1058 *ret_interface = interface_ptr; in IDirectFBSurface_Requestor_GetSubSurface()
1065 IDirectFBGL **interface_ptr ) in IDirectFBSurface_Requestor_GetGL() argument
1069 if (!interface_ptr) in IDirectFBSurface_Requestor_GetGL()
H A Didirectfbwindow_requestor.c367 void *interface_ptr = NULL; in IDirectFBWindow_Requestor_GetSurface() local
383 response->instance, NULL, &interface_ptr ); in IDirectFBWindow_Requestor_GetSurface()
387 *ret_interface = interface_ptr; in IDirectFBWindow_Requestor_GetSurface()
/dports/devel/directfb/DirectFB-1.4.17/proxy/dispatcher/
H A Didirectfb_dispatcher.c192 if (!desc || !interface_ptr) in IDirectFB_Dispatcher_CreateSurface()
207 if (!interface_ptr) in IDirectFB_Dispatcher_CreatePalette()
237 if (!interface_ptr) in IDirectFB_Dispatcher_GetScreen()
267 if (!interface_ptr) in IDirectFB_Dispatcher_GetDisplayLayer()
297 if (!interface_ptr) in IDirectFB_Dispatcher_GetInputDevice()
311 if (!interface_ptr) in IDirectFB_Dispatcher_CreateEventBuffer()
327 if (!interface_ptr) in IDirectFB_Dispatcher_CreateInputEventBuffer()
343 if (!filename || !interface_ptr) in IDirectFB_Dispatcher_CreateImageProvider()
359 if (!interface_ptr || !filename) in IDirectFB_Dispatcher_CreateVideoProvider()
376 if (!interface_ptr) in IDirectFB_Dispatcher_CreateFont()
[all …]
H A Didirectfbdatabuffer_dispatcher.c221 void *interface_ptr = NULL; in IDirectFBDataBuffer_Dispatcher_CreateImageProvider() local
239 response->instance, NULL, &interface_ptr ); in IDirectFBDataBuffer_Dispatcher_CreateImageProvider()
243 *ret_interface = interface_ptr; in IDirectFBDataBuffer_Dispatcher_CreateImageProvider()
267 void *interface_ptr = NULL; in IDirectFBDataBuffer_Dispatcher_CreateFont() local
286 response->instance, NULL, &interface_ptr ); in IDirectFBDataBuffer_Dispatcher_CreateFont()
290 *ret_interface = interface_ptr; in IDirectFBDataBuffer_Dispatcher_CreateFont()
H A Didirectfbdisplaylayer_dispatcher.c116 IDirectFBSurface **interface_ptr ) in IDirectFBDisplayLayer_Dispatcher_GetSurface() argument
127 IDirectFBScreen **interface_ptr ) in IDirectFBDisplayLayer_Dispatcher_GetScreen() argument
/dports/audio/rhvoice/RHVoice-1.2.4/src/sapi/
H A Dcom.hpp185 class interface_ptr class
188 interface_ptr(): in interface_ptr() function in RHVoice::com::interface_ptr
194 explicit interface_ptr(object<T>& obj) in interface_ptr() function in RHVoice::com::interface_ptr
200 interface_ptr(const interface_ptr& other): in interface_ptr() function in RHVoice::com::interface_ptr
207 interface_ptr& operator=(const interface_ptr& other) in operator =()
215 ~interface_ptr() in ~interface_ptr()
H A DIEnumSpObjectTokensImpl.cpp46 com::interface_ptr<ISpDataKey> int_data_key(obj_data_key);
149 com::interface_ptr<IEnumSpObjectTokens> int_ptr(obj);
H A Dvoice_token.cpp54 com::interface_ptr<ISpDataKey> int_ptr(obj); in OpenKey()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/
H A Dthread_safe_interface_ptr.h93 InterfacePtrType interface_ptr) { in Create() argument
95 new PtrWrapper(std::move(interface_ptr)); in Create()
202 static void Destruct(const PtrWrapper* interface_ptr) { in Destruct()
203 interface_ptr->DeleteOnCorrectThread(); in Destruct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/
H A Dthread_safe_interface_ptr.h96 InterfacePtrType interface_ptr) { in Create() argument
98 new PtrWrapper(std::move(interface_ptr)); in Create()
205 static void Destruct(const PtrWrapper* interface_ptr) { in Destruct()
206 interface_ptr->DeleteOnCorrectThread(); in Destruct()
/dports/lang/seed7/seed7/lib/comp/
H A Ditf_act.s7i94 c_expr.expr &:= "interfaceType *interface_ptr=&(";
98 c_expr.expr &:= "structType old_interface=*interface_ptr;\n";
100 c_expr.expr &:= "*interface_ptr=";
115 c_expr.expr &:= "if ((*interface_ptr)->usage_count != 0) {(*interface_ptr";
/dports/emulators/atari800/atari800-3.1.0/src/amiga/
H A Dsupport.c235 struct Library *OpenLibraryInterface(STRPTR name, int version, void *interface_ptr) in OpenLibraryInterface() argument
247 *((struct Interface**)interface_ptr) = iface; in OpenLibraryInterface()
H A Dsupport.h38 struct Library *OpenLibraryInterface(STRPTR name, int version, void *interface_ptr);
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dstruct_headers_unittest.cc18 #error interface_ptr.h should not be included by the generated header \
H A Denum_headers_unittest.cc18 #error interface_ptr.h should not be included by the generated header \
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Ddm-core.h75 void *interface_ptr; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Ddm-core.h75 void *interface_ptr; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Ddm-core.h75 void *interface_ptr; member
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/wayland-backend-0.1.0-alpha5/src/sys/server/
H A Dmod.rs675 let interface_ptr = in create_object() localVariable
683 interface_ptr, in create_object()
915 let interface_ptr = in create_global() localVariable
932 interface_ptr, in create_global()
1092 let interface_ptr = global_udata.interface.c_ptr.unwrap(); in global_bind() localVariable
1102 interface_ptr, in global_bind()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dbrowser_renderer.h81 BrowserRendererBrowserInterface* interface_ptr);
H A Dbrowser_renderer.cc252 BrowserRendererBrowserInterface* interface_ptr) { in SetBrowserRendererBrowserInterfaceForTesting() argument
253 browser_ = interface_ptr; in SetBrowserRendererBrowserInterfaceForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/google/
H A Dgoogle_update_win.cc143 void** interface_ptr) { in CoGetClassObjectAsAdmin() argument
144 if (!interface_ptr) in CoGetClassObjectAsAdmin()
163 interface_ptr); in CoGetClassObjectAsAdmin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/
H A Dwayland_buffer_manager_unittest.cc86 auto interface_ptr = manager_host_->BindInterface(); in SetUp() local
87 buffer_manager_gpu_->Initialize(std::move(interface_ptr), {}, false); in SetUp()
118 auto interface_ptr = manager_host_->BindInterface(); in SetTerminateCallbackExpectationAndDestroyChannel() local
122 buffer_manager_gpu_->Initialize(std::move(interface_ptr), {}, in SetTerminateCallbackExpectationAndDestroyChannel()

1234