Home
last modified time | relevance | path

Searched refs:hid_get_product_string (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/
A Dhidapi.def7 hid_get_product_string @5
/AliOS-Things-master/components/SDL2/src/hidapi/
A DSDL_hidapi.c55 #define hid_get_product_string PLATFORM_hid_get_product_string macro
121 #undef hid_get_product_string
234 #define hid_get_product_string LIBUSB_hid_get_product_string macro
285 #undef hid_get_product_string
313 F(hid_get_product_string);
726 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *device, wchar_t *string, size_t maxlen) in hid_get_product_string() function
729 return wrapper->backend->hid_get_product_string(wrapper->device, string, maxlen); in hid_get_product_string()
A DREADME.txt78 res = hid_get_product_string(handle, wstr, MAX_STR);
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A Dhid.cpp281 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *device, wchar_t *string, size_t maxlen) in hid_get_product_string() function
286 return HIDRAW::hid_get_product_string( (HIDRAW::hid_device*)device, string, maxlen ); in hid_get_product_string()
288 return HIDUSB::hid_get_product_string( (HIDUSB::hid_device*)device, string, maxlen ); in hid_get_product_string()
A Dhid.c873 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_t maxlen) in hid_get_product_string() function
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/
A Dhidapi.h362 …int HID_API_EXPORT_CALL hid_get_product_string(hid_device *device, wchar_t *string, size_t maxlen);
/AliOS-Things-master/components/SDL2/src/hidapi/hidtest/
A Dhidtest.cpp87 res = hid_get_product_string(handle, wstr, MAX_STR); in main()
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c946 int HID_API_EXPORT_CALL HID_API_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_… in hid_get_product_string() function
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c1079 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_t maxlen) in hid_get_product_string() function
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp1172 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *device, wchar_t *string, size_t maxlen) in hid_get_product_string() function
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c1377 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_t maxlen) in hid_get_product_string() function
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m825 int HID_API_EXPORT_CALL hid_get_product_string(hid_device *dev, wchar_t *string, size_t maxlen) function

Completed in 32 milliseconds