Searched defs:updateDeviceState (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, function in class:USBProxyServiceOs2
/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp222 bool USBProxyServiceWindows::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, function in class:USBProxyServiceWindows
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) function in class:USBProxyServiceDarwin
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, function in class:USBProxyServiceFreeBSD
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp260 bool USBProxyServiceLinux::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, function in class:USBProxyServiceLinux
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp445 bool USBProxyServiceSolaris::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, function in class:USBProxyServiceSolaris
450 return USBProxyService::updateDeviceState(aDevice, aUSBDevice, aRunFilters, aIgnoreMachine);
/vbox/src/VBox/Main/testcase/
H A DtstUSBProxyLinux.cpp54 bool USBProxyService::updateDeviceState(HostUSBDevice*, USBDEVICE*, bool*, SessionMachine**) { return true; } function in class:USBProxyService
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp916 * structure is eaten by updateDeviceState / HostUSBDevice::updateState().
926 if (updateDeviceState(pHostDevice, pCur, &fRunFilters, &pIgnoreMachine))
1113 bool USBProxyService::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, function in class:USBProxyService

Completed in 61 milliseconds