Home
last modified time | relevance | path

Searched refs:hid_open (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/
A Dhidapi.def3 hid_open @1
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A Dhid.cpp142 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 Dhid.c671 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 DSDL_hidapi.c45 #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 DREADME.txt71 handle = hid_open(0x4d8, 0x3f, NULL);
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/
A Dhidapi.h174 …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 Dhidtest.cpp72 handle = hid_open(0x4d8, 0x3f, NULL); in main()
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c608 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 Dhid.c556 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 Dhid.cpp1022 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 Dhid.c750 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