Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 122) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_dbus.c198 DBusMessage *msg = dbus.message_new_method_call(node, path, interface, method); in SDL_DBus_CallMethodInternal()
236 retval = SDL_DBus_CallMethodInternal(conn, node, path, interface, method, ap); in SDL_DBus_CallMethodOnConnection()
242 SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, const char *method, … in SDL_DBus_CallMethod() argument
247 retval = SDL_DBus_CallMethodInternal(dbus.session_conn, node, path, interface, method, ap); in SDL_DBus_CallMethod()
258 DBusMessage *msg = dbus.message_new_method_call(node, path, interface, method); in SDL_DBus_CallVoidMethodInternal()
281 retval = SDL_DBus_CallVoidMethodInternal(conn, node, path, interface, method, ap); in SDL_DBus_CallVoidMethodOnConnection()
287 SDL_DBus_CallVoidMethod(const char *node, const char *path, const char *interface, const char *meth… in SDL_DBus_CallVoidMethod() argument
292 retval = SDL_DBus_CallVoidMethodInternal(dbus.session_conn, node, path, interface, method, ap); in SDL_DBus_CallVoidMethod()
330 …return SDL_DBus_QueryPropertyOnConnection(dbus.session_conn, node, path, interface, property, expe… in SDL_DBus_QueryProperty()
352 const char *interface = "org.freedesktop.ScreenSaver"; in SDL_DBus_ScreensaverInhibit() local
[all …]
A DSDL_dbus.h85 extern SDL_bool SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, cons…
86 extern SDL_bool SDL_DBus_CallVoidMethod(const char *node, const char *path, const char *interface, …
87 extern SDL_bool SDL_DBus_QueryProperty(const char *node, const char *path, const char *interface, c…
90 …n(DBusConnection *conn, const char *node, const char *path, const char *interface, const char *met…
91 …n(DBusConnection *conn, const char *node, const char *path, const char *interface, const char *met…
92 …n(DBusConnection *conn, const char *node, const char *path, const char *interface, const char *pro…
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c357 const char *interface, uint32_t version) in display_handle_global() argument
363 if (strcmp(interface, "wl_compositor") == 0) { in display_handle_global()
365 } else if (strcmp(interface, "wl_output") == 0) { in display_handle_global()
367 } else if (strcmp(interface, "wl_seat") == 0) { in display_handle_global()
369 } else if (strcmp(interface, "xdg_wm_base") == 0) { in display_handle_global()
372 } else if (strcmp(interface, "zxdg_shell_v6") == 0) { in display_handle_global()
375 } else if (strcmp(interface, "wl_shell") == 0) { in display_handle_global()
377 } else if (strcmp(interface, "wl_shm") == 0) { in display_handle_global()
392 } else if (strcmp(interface, "qt_touch_extension") == 0) { in display_handle_global()
394 } else if (strcmp(interface, "qt_surface_extension") == 0) { in display_handle_global()
[all …]
A DSDL_waylandsym.h69 …rshal_constructor, (struct wl_proxy *, uint32_t opcode, const struct wl_interface *interface, ...))
72 …d, (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface *interface, uint32_t versio…
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitappdelegate.h24 @interface SDLLaunchScreenController : UIViewController
32 @interface SDLUIKitDelegate : NSObject<UIApplicationDelegate>
A DSDL_uikitmodes.h28 @interface SDL_DisplayData : NSObject
37 @interface SDL_DisplayModeData : NSObject
A DSDL_uikitview.h29 @interface SDL_uikitview : UIView <UIPointerInteractionDelegate>
31 @interface SDL_uikitview : UIView
A DSDL_uikitviewcontroller.h37 @interface SDL_uikitviewcontroller : SDLRootViewController <UITextFieldDelegate>
39 @interface SDL_uikitviewcontroller : SDLRootViewController
A DSDL_uikitvideo.h30 @interface SDL_VideoData : NSObject
A DSDL_uikitmetalview.h43 @interface SDL_uikitmetalview : SDL_uikitview
A DSDL_uikitwindow.h44 @interface SDL_WindowData : NSObject
/AliOS-Things-master/components/SDL2/src/video/x11/
A Dedid-parse.c148 info->ad.digital.interface = interfaces[bits]; in decode_display_parameters()
150 info->ad.digital.interface = UNDEFINED; in decode_display_parameters()
581 const char *interface; in dump_monitor_info() local
587 switch (info->ad.digital.interface) in dump_monitor_info()
589 case DVI: interface = "DVI"; break; in dump_monitor_info()
590 case HDMI_A: interface = "HDMI-a"; break; in dump_monitor_info()
591 case HDMI_B: interface = "HDMI-b"; break; in dump_monitor_info()
592 case MDDI: interface = "MDDI"; break; in dump_monitor_info()
594 case UNDEFINED: interface = "undefined"; break; in dump_monitor_info()
595 default: interface = "unknown"; break; in dump_monitor_info()
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG63 - Support manual scan interface.
513 - Add isv interface.
3095 1, Add Project interface.
3096 2, Add Tag interface.
3097 3, Add TrainData interface.
3098 4, Add Train interface.
3100 6, Add Predict interface.
3104 1, Add Project interface.
3105 2, Add Tag interface.
3107 4, Add Train interface.
[all …]
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_dyn.h32 DFB_SYM(DFBResult, DirectFBCreate, (IDirectFB **interface), (interface), return) \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dreadme.txt2 This directory contains a Pascal (Delphi, Kylix) interface to the
11 zlibpas.pas the Pascal interface to zlib
21 interface to the full-fledged zlib functionality, but a suite of
40 not work with this interface.
51 The zlibpas interface is:
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/
A DSDLMain.h13 @interface SDLMain : NSObject
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md8 …d from a low-entropy secret, demonstrating the low-level AES interface, the digest interface and H…
11 …tion and authentication, demonstrating the generic cipher interface and the generic hash interface.
15 …neric_sum.c): file hash calculator and verifier, demonstrating the message digest (`md`) interface.
29 …y file and uses the key to encrypt/decrypt a short string through the generic public-key interface.
37 …blic/private key and uses it to encrypt/decrypt a short string through the low-level RSA interface.
53 * [`pkey/dh_genprime.c`](pkey/dh_genprime.c): shows how to use the bignum (`mpi`) interface to gene…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DREADME.Tiffile3 I attached a file that uses RGBA interface (tif_getimage.c) to read a tiff
11 routines of the RGBA interface to just copy the data from the input raster
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c143 int interface; member
601 const struct libusb_interface *intf = &conf_desc->interface[j]; in hid_enumerate()
930 const struct libusb_interface *intf = &conf_desc->interface[j]; in init_xboxone()
986 const struct libusb_interface *intf = &conf_desc->interface[j]; in hid_open_path()
1042 dev->interface = intf_desc->bInterfaceNumber; in hid_open_path()
1124 dev->interface, in hid_write()
1283 dev->interface, in hid_send_feature_report()
1314 dev->interface, in hid_get_feature_report()
1347 libusb_release_interface(dev->device_handle, dev->interface); in hid_close()
1352 int res = libusb_attach_kernel_driver(dev->device_handle, dev->interface); in hid_close()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/
A DREADME.contrib39 A C++ I/O streams interface to the zlib gz* functions
42 Another C++ I/O streams interface
46 Yet another C++ I/O streams interface
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.h46 @interface NSCursor (InvisibleCursor)
A DSDL_cocoametalview.h44 @interface SDL_cocoametalview : NSView
A DSDL_cocoaopengl.h42 @interface SDLOpenGLContext : NSOpenGLContext {
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A DTODO13 - Check public interface to see which calls give problems
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFILES12 netif/ - Generic network interface device drivers are kept here.

Completed in 31 milliseconds

12345