Lines Matching refs:HostUSBDevice
176 ComObjPtr<HostUSBDevice> pHostDevice = findDeviceById(aId);
225 ComObjPtr<HostUSBDevice> pHostDevice = findDeviceById(aId);
281 * (This will not make copies of any HostUSBDevice objects, only reference them.)
291 ComObjPtr<HostUSBDevice> device = *it;
337 * Make a copy of the device list (not the HostUSBDevice objects, just
347 ComObjPtr<HostUSBDevice> pHostDevice = *it;
396 HRESULT USBProxyService::runAllFiltersOnDevice(ComObjPtr<HostUSBDevice> &aDevice,
510 bool USBProxyService::runMachineFilters(SessionMachine *aMachine, ComObjPtr<HostUSBDevice> &aDevice)
521 /* Let HostUSBDevice::requestCaptureToVM() validate the state. */
570 int USBProxyService::captureDevice(HostUSBDevice *aDevice)
586 void USBProxyService::captureDeviceCompleted(HostUSBDevice *aDevice, bool aSuccess)
600 void USBProxyService::detachingDevice(HostUSBDevice *aDevice)
612 int USBProxyService::releaseDevice(HostUSBDevice *aDevice)
628 void USBProxyService::releaseDeviceCompleted(HostUSBDevice *aDevice, bool aSuccess)
820 && HostUSBDevice::i_compare(pCur, pDev) > 0)
880 ComObjPtr<HostUSBDevice> pHostDevice;
916 * structure is eaten by updateDeviceState / HostUSBDevice::updateState().
944 ComObjPtr<HostUSBDevice> NewObj;
948 (HostUSBDevice *)NewObj,
979 (HostUSBDevice *)pHostDevice,
1019 void USBProxyService::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice,
1030 (HostUSBDevice *)aDevice,
1056 void USBProxyService::deviceRemoved(ComObjPtr<HostUSBDevice> &aDevice)
1065 (HostUSBDevice *)aDevice,
1087 bool USBProxyService::updateDeviceStateFake(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
1105 * This is responsible for calling HostUSBDevice::updateState().
1113 bool USBProxyService::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters,
1133 void USBProxyService::deviceChanged(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList *pllOpenedMachines,
1143 (HostUSBDevice *)aDevice,
1212 USBProxyService::initFilterFromDevice(PUSBFILTER aFilter, HostUSBDevice *aDevice)
1250 ComObjPtr<HostUSBDevice> USBProxyService::findDeviceById(IN_GUID aId)
1253 ComObjPtr<HostUSBDevice> Dev;