Searched refs:VRDE_USB_DIRECTION_IN (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h293 #define VRDE_USB_DIRECTION_IN (1) macro
357 /* 'len' bytes of data follow if direction of this URB was VRDE_USB_DIRECTION_IN. */
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBBackend.cpp96 * For VRDE_USB_DIRECTION_IN URBs = bytes received.
608 case VUSB_DIRECTION_IN: parm.direction = VRDE_USB_DIRECTION_IN; break;
1285 cbBodyData = pBody->len; /* VRDE_USB_DIRECTION_IN URBs include some data. */

Completed in 51 milliseconds