Searched defs:hid_get_indexed_string (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 57 #define hid_get_indexed_string PLATFORM_hid_get_indexed_string macro 236 #define hid_get_indexed_string LIBUSB_hid_get_indexed_string macro 738 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.cpp | 307 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string() function
|
A D | hid.c | 883 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, … in hid_get_indexed_string() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 972 int HID_API_EXPORT_CALL HID_API_CALL hid_get_indexed_string(hid_device *dev, int string_index, wcha… in hid_get_indexed_string() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 1387 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, … in hid_get_indexed_string() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 1089 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index, wchar_t *string, … in hid_get_indexed_string() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 1200 int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *device, int string_index, wchar_t *strin… in hid_get_indexed_string() function
|
Completed in 34 milliseconds