Searched refs:hid_get_feature_report (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/ |
A D | hidapi.def | 16 hid_get_feature_report @14
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | SDL_hidapi.c | 52 #define hid_get_feature_report PLATFORM_hid_get_feature_report macro 118 #undef hid_get_feature_report 231 #define hid_get_feature_report LIBUSB_hid_get_feature_report macro 282 #undef hid_get_feature_report 310 F(hid_get_feature_report); 707 int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *device, unsigned char *data, siz… in hid_get_feature_report() function 710 return wrapper->backend->hid_get_feature_report(wrapper->device, data, length); in hid_get_feature_report()
|
/AliOS-Things-master/components/SDL2/src/hidapi/linux/ |
A D | hid.cpp | 239 int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *device, unsigned char *data, siz… in hid_get_feature_report() function 244 return HIDRAW::hid_get_feature_report( (HIDRAW::hid_device*)device, data, length ); in hid_get_feature_report() 246 return HIDUSB::hid_get_feature_report( (HIDUSB::hid_device*)device, data, length ); in hid_get_feature_report()
|
A D | hid.c | 839 int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data, size_t length) in hid_get_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/ |
A D | hidapi.h | 331 …int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *device, unsigned char *data, si…
|
/AliOS-Things-master/components/SDL2/src/hidapi/hidtest/ |
A D | hidtest.cpp | 129 res = hid_get_feature_report(handle, buf, sizeof(buf)); in main()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_ps4.c | 151 if (hid_get_feature_report(dev, report, sizeof(report)) < 0) { in ReadFeatureReport()
|
A D | SDL_hidapi_steam.c | 365 nRet = hid_get_feature_report( dev, uSegmentBuffer, sizeof( uSegmentBuffer ) ); in GetFeatureReport()
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | test.cpp | 447 int res = hid_get_feature_report(connected_device, (unsigned char*)buf, sizeof(buf)); in onGetFeatureReport()
|
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ |
A D | hid.c | 876 int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *dev, unsigned char *data, size_t… in hid_get_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 997 int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data, size_t length) in hid_get_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 1120 int HID_API_EXPORT HID_API_CALL hid_get_feature_report(hid_device *device, unsigned char *data, siz… in hid_get_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 1297 int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data, size_t length) in hid_get_feature_report() function
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 871 int HID_API_EXPORT hid_get_feature_report(hid_device *dev, unsigned char *data, size_t length) function
|
Completed in 34 milliseconds