Searched refs:VRDEUSBDEVICEDESC (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/include/
H A DRemoteUSBDeviceImpl.h27 typedef _VRDEUSBDEVICEDESC VRDEUSBDEVICEDESC; typedef
52 HRESULT init(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevDesc, bool fDescExt);
H A DConsoleImpl.h216 void i_processRemoteUSBDevices(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevList, uint32_t cbDevList, bool fDescExt);
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h439 } VRDEUSBDEVICEDESC; typedef in typeref:struct:_VRDEUSBDEVICEDESC
450 VRDEUSBDEVICEDESC desc;
461 VRDEUSBDEVICEDESC body;
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp57 HRESULT RemoteUSBDevice::init (uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevDesc, bool fDescExt)
H A DRemoteUSBBackend.cpp882 mConsole->i_processRemoteUSBDevices(mu32ClientId, (VRDEUSBDEVICEDESC *)mpvDeviceList, mcbDeviceList, mfDescExt);
H A DConsoleImpl.cpp9216 void Console::i_processRemoteUSBDevices(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevList, uint32_t cbDevList, bool fDescExt)
9248 VRDEUSBDEVICEDESC *e = pDevList;
9330 e = (VRDEUSBDEVICEDESC *)((uint8_t *)e + e->oNext);

Completed in 96 milliseconds