Home
last modified time | relevance | path

Searched refs:rid (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c190 RAWINPUTDEVICE rid[SDL_arraysize(subscribed_devices)]; in RAWINPUT_JoystickInit() local
202 rid[ii].usUsagePage = USAGE_PAGE_GENERIC_DESKTOP; in RAWINPUT_JoystickInit()
203 rid[ii].usUsage = subscribed_devices[ii]; in RAWINPUT_JoystickInit()
205 rid[ii].hwndTarget = SDL_HelperWindow; in RAWINPUT_JoystickInit()
208 if (!RegisterRawInputDevices(rid, SDL_arraysize(rid), sizeof(RAWINPUTDEVICE))) { in RAWINPUT_JoystickInit()
703 RAWINPUTDEVICE rid[SDL_arraysize(subscribed_devices)]; in RAWINPUT_JoystickQuit() local
709 rid[ii].usUsagePage = USAGE_PAGE_GENERIC_DESKTOP; in RAWINPUT_JoystickQuit()
710 rid[ii].usUsage = subscribed_devices[ii]; in RAWINPUT_JoystickQuit()
711 rid[ii].dwFlags = RIDEV_REMOVE; in RAWINPUT_JoystickQuit()
712 rid[ii].hwndTarget = NULL; in RAWINPUT_JoystickQuit()
[all …]
/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c137 int rid; /* Report ID */ member
397 rep->rid = hid_get_report_id(fd);
398 if (rep->rid < 0) {
400 if (ioctl(fd, USB_GET_REPORT_ID, &rep->rid) < 0) {
402 rep->rid = -1; /* XXX */
710 len = hid_report_size(rd, r->rid, repinfo[repind].kind);
714 len = hid_report_size(rd, r->rid, repinfo[repind].kind);
716 len = hid_report_size(rd, repinfo[repind].kind, r->rid);
719 len = hid_report_size(rd, repinfo[repind].kind, &r->rid);
723 len = hid_report_size(rd, repinfo[repind].kind, r->rid);
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO56 - add built-in preprocessor in compiler, get rid of jscompress
58 - get rid of __loadScript, use more common name
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dchangelog265 * added AM_MAINTAINER_MODE to configure.in to get rid of conflicts to
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md50 …rror` for example. Setting `WARNING_CFLAGS` is useful when you want to get rid of its default cont…
A DChangeLog1622 layer (helps get rid of unwanted references).
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dusage.txt251 factor of 10 to 50 gets rid of dithering patterns in the input file, resulting
587 encoded as a color JPEG. (In such a case, the space savings from getting rid
A Dlibjpeg.txt1410 Typically you would override this routine to get rid of the exit()
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst627 To get rid of warnings generated for the kernel ``Kconfig`` files, add ``2>/dev/null`` to the comma…
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst627 To get rid of warnings generated for the kernel ``Kconfig`` files, add ``2>/dev/null`` to the comma…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2908 t2p_write_pdf_trailer(). Get rid of GCC aliasing warnings.
3496 * tools/tiffsplit.c: Get rid of unsafe strcpy()/strcat() calls when
3623 Get rid of some of "dereferencing type-punned" warnings by converting
5580 * tools/{bmp2tiff.c, raw2tiff.c}: Get rid of stream I/O functions.
5778 Get rid of BSD data types (u_char, u_short, u_int, u_long).
5953 * libtiff/{tiff.h, tif_dirwrite.c, tif_fax3.c, tif_packbits.c,}: Get rid
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile724 # Note: To get rid of all source code in the generated output, make sure also
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile697 # Note: To get rid of all source code in the generated output, make sure also
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DChangeLog977 - Get rid of all those darn tabs
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile826 # Note: To get rid of all source code in the generated output, make sure also
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3197 c0e8859d Get rid of image_info_ from WebPChunk struct.
3465 352a4f49 Get rid of PackLiteralBitLengths()
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in899 # Note: To get rid of all source code in the generated output, make sure that
A Dweb_doxyfile.in899 # Note: To get rid of all source code in the generated output, make sure that
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile955 # Note: To get rid of all source code in the generated output, make sure that
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS1196 # Note: To get rid of all source code in the generated output, make sure that

Completed in 88 milliseconds