Searched refs:HostUSBDeviceList (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp143 for (HostUSBDeviceList::const_iterator it = mDevices.begin(); it != mDevices.end(); ++it, ++i)
284 HostUSBDeviceList ListCopy = mDevices;
287 for (HostUSBDeviceList::iterator it = ListCopy.begin();
341 HostUSBDeviceList ListCopy = mDevices;
343 for (HostUSBDeviceList::iterator it = ListCopy.begin();
876 HostUSBDeviceList::iterator it = this->mDevices.begin();
1254 for (HostUSBDeviceList::iterator it = mDevices.begin();
/vbox/src/VBox/Main/include/
H A DUSBProxyService.h132 typedef std::list<ComObjPtr<HostUSBDevice> > HostUSBDeviceList; typedef in class:USBProxyService
134 HostUSBDeviceList mDevices;

Completed in 42 milliseconds