Searched defs:hid_send_feature_report (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 51 #define hid_send_feature_report PLATFORM_hid_send_feature_report macro 230 #define hid_send_feature_report LIBUSB_hid_send_feature_report macro 701 int HID_API_EXPORT HID_API_CALL hid_send_feature_report(hid_device *device, const unsigned char *da… in hid_send_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.cpp | 226 int HID_API_EXPORT HID_API_CALL hid_send_feature_report(hid_device *device, const unsigned char *da… in hid_send_feature_report() function
|
A D | hid.c | 828 int HID_API_EXPORT hid_send_feature_report(hid_device *dev, const unsigned char *data, size_t lengt… in hid_send_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 861 int HID_API_EXPORT hid_send_feature_report(hid_device *dev, const unsigned char *data, size_t lengt… function
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 864 int HID_API_EXPORT HID_API_CALL hid_send_feature_report(hid_device *dev, const unsigned char *data,… in hid_send_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 1267 int HID_API_EXPORT hid_send_feature_report(hid_device *dev, const unsigned char *data, size_t lengt… in hid_send_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 992 int HID_API_EXPORT hid_send_feature_report(hid_device *dev, const unsigned char *data, size_t lengt… in hid_send_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 1104 int HID_API_EXPORT HID_API_CALL hid_send_feature_report(hid_device *device, const unsigned char *da… in hid_send_feature_report() function
|
Completed in 25 milliseconds