Home
last modified time | relevance | path

Searched refs:hid_write (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/hidapi/hidtest/
A Dhidtest.cpp147 res = hid_write(handle, buf, 17); in main()
157 hid_write(handle, buf, 17); in main()
/AliOS-Things-master/components/SDL2/src/hidapi/windows/ddk_build/
A Dhidapi.def4 hid_write @2
/AliOS-Things-master/components/SDL2/src/hidapi/
A DSDL_hidapi.c47 #define hid_write PLATFORM_hid_write macro
113 #undef hid_write
226 #define hid_write LIBUSB_hid_write macro
277 #undef hid_write
305 F(hid_write);
677 int HID_API_EXPORT HID_API_CALL hid_write(hid_device *device, const unsigned char *data, size_t le… in hid_write() function
680 return wrapper->backend->hid_write(wrapper->device, data, length); in hid_write()
A DREADME.txt92 res = hid_write(handle, buf, 65);
97 res = hid_write(handle, buf, 65);
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A Dhid.cpp174 int HID_API_EXPORT HID_API_CALL hid_write(hid_device *device, const unsigned char *data, size_t le… in hid_write() function
179 return HIDRAW::hid_write( (HIDRAW::hid_device*)device, data, length ); in hid_write()
181 return HIDUSB::hid_write( (HIDUSB::hid_device*)device, data, length ); in hid_write()
A Dhid.c756 int HID_API_EXPORT hid_write(hid_device *dev, const unsigned char *data, size_t length) in hid_write() function
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xbox360w.c67 if (hid_write(dev, led_packet, sizeof(led_packet)) != sizeof(led_packet)) { in SetSlotLED()
111 if (hid_write(device->dev, init_packet, sizeof(init_packet)) != sizeof(init_packet)) { in HIDAPI_DriverXbox360W_InitDevice()
A DSDL_hidapi_rumble.c80 hid_write( request->device->dev, request->data, request->size ); in SDL_HIDAPI_RumbleThread()
A DSDL_hidapi_xboxone.c231 if (hid_write(device->dev, init_packet, packet->size) != packet->size) { in SendControllerInit()
496 hid_write(dev, ack, sizeof(ack)); in HIDAPI_DriverXboxOne_HandleModePacket()
A DSDL_hidapi_gamecube.c153 if (hid_write(device->dev, &initMagic, sizeof(initMagic)) != sizeof(initMagic)) { in HIDAPI_DriverGameCube_InitDevice()
A DSDL_hidapi_xbox360.c644 if (hid_write(dev, led_packet, sizeof(led_packet)) != sizeof(led_packet)) { in SetSlotLED()
/AliOS-Things-master/components/SDL2/src/hidapi/hidapi/
A Dhidapi.h217 …int HID_API_EXPORT HID_API_CALL hid_write(hid_device *device, const unsigned char *data, size_t l…
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A Dtest.cpp395 int res = hid_write(connected_device, (const unsigned char*)buf, len); in onSendOutputReport()
/AliOS-Things-master/components/SDL2/src/hidapi/windows/
A Dhid.c777 int HID_API_EXPORT HID_API_CALL hid_write(hid_device *dev, const unsigned char *data, size_t length) in hid_write() function
/AliOS-Things-master/components/SDL2/src/hidapi/mac/
A Dhid.c845 int HID_API_EXPORT hid_write(hid_device *dev, const unsigned char *data, size_t length) in hid_write() function
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp1061 int HID_API_EXPORT HID_API_CALL hid_write(hid_device *device, const unsigned char *data, size_t le… in hid_write() function
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c1105 int HID_API_EXPORT hid_write(hid_device *dev, const unsigned char *data, size_t length) in hid_write() function
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m839 int HID_API_EXPORT hid_write(hid_device *dev, const unsigned char *data, size_t length) function

Completed in 125 milliseconds