Searched defs:aRunFilters (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp168 bool USBProxyServiceOs2::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
173 return updateDeviceStateFake(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp222 bool USBProxyServiceWindows::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
228 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp257 bool USBProxyServiceDarwin::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, SessionMachine **aIgnoreMachine) argument
263 return updateDeviceStateFake(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
266 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp149 bool USBProxyServiceFreeBSD::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
155 return updateDeviceStateFake(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp260 bool USBProxyServiceLinux::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
271 return updateDeviceStateFake(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp445 bool USBProxyServiceSolaris::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
450 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp595 * @param[out] aRunFilters Whether to run filters.
602 HRESULT HostUSBDevice::i_onDetachFromVM(SessionMachine *aMachine, bool aDone, bool *aRunFilters, bool aAbnormal /*= true*/) argument
609 AssertPtrReturn(aRunFilters, E_INVALIDARG);
630 *aRunFilters = i_startTransition(kHostUSBDeviceState_DetachingFromVM, kHostUSBDeviceState_HeldByProxy);
638 *aRunFilters = i_advanceTransition();
646 *aRunFilters = i_advanceTransition();
1057 * @param[out] aRunFilters Whether the state change should be accompanied by
1066 bool HostUSBDevice::i_updateState(PCUSBDEVICE aDev, bool *aRunFilters, SessionMachine **aIgnoreMachine) argument
1068 *aRunFilters = false;
1171 *aRunFilters
1478 i_updateStateFake(PCUSBDEVICE aDev, bool *aRunFilters, SessionMachine **aIgnoreMachine) argument
[all...]
H A DUSBProxyService.cpp1085 * @param aRunFilters Whether or not to run filters.
1087 bool USBProxyService::updateDeviceStateFake(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
1090 *aRunFilters = false;
1098 return aDevice->i_updateStateFake(aUSBDevice, aRunFilters, aIgnoreMachine);
1110 * @param aRunFilters Whether or not to run filters.
1113 bool USBProxyService::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, argument
1119 return aDevice->i_updateState(aUSBDevice, aRunFilters, aIgnoreMachine);
1142 LogFlowThisFunc(("aDevice=%p name={%s} state=%s id={%RTuuid} aRunFilters=%RTbool aIgnoreMachine=%p\n",
1147 (pllOpenedMachines != NULL), // used to be "bool aRunFilters"

Completed in 53 milliseconds