Searched refs:fDescExt (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | RemoteUSBDeviceImpl.h | 52 HRESULT init(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevDesc, bool fDescExt);
|
H A D | ConsoleImpl.h | 216 void i_processRemoteUSBDevices(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevList, uint32_t cbDevList, bool fDescExt);
|
/vbox/src/VBox/Main/src-client/ |
H A D | RemoteUSBDeviceImpl.cpp | 57 HRESULT RemoteUSBDevice::init (uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevDesc, bool fDescExt) argument 81 if (fDescExt)
|
H A D | ConsoleImpl.cpp | 9216 void Console::i_processRemoteUSBDevices(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevList, uint32_t cbDevList, bool fDescExt) argument 9219 LogFlowThisFunc(("u32ClientId = %d, pDevList=%p, cbDevList = %d, fDescExt = %d\n", 9220 u32ClientId, pDevList, cbDevList, fDescExt)); 9291 pUSBDevice->init(u32ClientId, e, fDescExt);
|
Completed in 1306 milliseconds