/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_rawinputjoystick.c | 190 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 D | SDL_sysjoystick.c | 137 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 D | TODO | 56 - 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 D | changelog | 265 * added AM_MAINTAINER_MODE to configure.in to get rid of conflicts to
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.mbedtls.md | 50 …rror` for example. Setting `WARNING_CFLAGS` is useful when you want to get rid of its default cont…
|
A D | ChangeLog | 1622 layer (helps get rid of unwanted references).
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | usage.txt | 251 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 D | libjpeg.txt | 1410 Typically you would override this routine to get rid of the exit()
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 627 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 D | README.rst | 627 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 D | ChangeLog | 2908 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 D | doxyfile | 724 # Note: To get rid of all source code in the generated output, make sure also
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 697 # 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 D | ChangeLog | 977 - Get rid of all those darn tabs
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 826 # 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 D | ChangeLog | 3197 c0e8859d Get rid of image_info_ from WebPChunk struct. 3465 352a4f49 Get rid of PackLiteralBitLengths()
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 899 # Note: To get rid of all source code in the generated output, make sure that
|
A D | web_doxyfile.in | 899 # Note: To get rid of all source code in the generated output, make sure that
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 955 # Note: To get rid of all source code in the generated output, make sure that
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 1196 # Note: To get rid of all source code in the generated output, make sure that
|