Searched refs:hid_open (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/ |
A D | hidapi.def | 3 hid_open @1
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.cpp | 142 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open() function 145 if ( ( pDevice = (hid_device *)HIDRAW::hid_open( vendor_id, product_id, serial_number ) ) != NULL ) in hid_open() 150 if ( ( pDevice = (hid_device *)HIDUSB::hid_open( vendor_id, product_id, serial_number ) ) != NULL ) in hid_open()
|
A D | hid.c | 671 hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_nu… in hid_open() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 45 #define hid_open PLATFORM_hid_open macro 111 #undef hid_open 224 #define hid_open LIBUSB_hid_open macro 275 #undef hid_open 623 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open() function
|
A D | README.txt | 71 handle = hid_open(0x4d8, 0x3f, NULL);
|
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/ |
A D | hidapi.h | 174 …HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product…
|
/AliOS-Things-master/components/SDL2/src/hidapi/hidtest/ |
A D | hidtest.cpp | 72 handle = hid_open(0x4d8, 0x3f, NULL); in main()
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 608 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 556 hid_device * HID_API_EXPORT hid_open(unsigned short vendor_id, unsigned short product_id, const wch… in hid_open() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 1022 HID_API_EXPORT hid_device * HID_API_CALL hid_open(unsigned short vendor_id, unsigned short product_… in hid_open() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 750 hid_device * hid_open(unsigned short vendor_id, unsigned short product_id, const wchar_t *serial_nu… in hid_open() function
|
Completed in 36 milliseconds