Searched refs:USBDevices (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp238 io_iterator_t USBDevices = NULL; local
239 IOReturn irc = IOServiceGetMatchingServices(MasterPort, RefMatchingDict, &USBDevices);
250 while ((USBDevice = IOIteratorNext(USBDevices)))
276 IOObjectRelease(USBDevices);
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp914 io_iterator_t USBDevices = NULL; local
915 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &USBDevices);
926 while ((USBDevice = IOIteratorNext(USBDevices)) != 0)
1053 IOObjectRelease(USBDevices);
1165 io_iterator_t USBDevices = NULL; local
1166 IOReturn irc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &USBDevices);
1172 while ((USBDevice = IOIteratorNext(USBDevices)))
1196 IOObjectRelease(USBDevices);
1197 USBDevices = NULL;
1201 IOObjectRelease(USBDevices);
[all...]
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp1145 io_iterator_t USBDevices = NULL; local
1146 IOReturn irc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &USBDevices);
1152 while ((USBDevice = IOIteratorNext(USBDevices)))
1176 IOObjectRelease(USBDevices);
1177 USBDevices = NULL;
1181 IOObjectRelease(USBDevices);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp991 CHECK_ERROR_BREAK(host, COMGETTER(USBDevices)(ComSafeArrayAsOutParam(coll)));
1000 CHECK_ERROR_BREAK(console, COMGETTER(USBDevices)(ComSafeArrayAsOutParam(coll)));
H A DVBoxManageList.cpp375 CHECK_ERROR_RET(Host, COMGETTER(USBDevices)(ComSafeArrayAsOutParam(CollPtr)), 1);
H A DVBoxManageInfo.cpp2092 CHECK_ERROR_RET(pConsole, COMGETTER(USBDevices)(ComSafeArrayAsOutParam(coll)), rc);
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1596 HRESULT rc = COMGETTER(USBDevices)(ComSafeArrayAsOutParam(devsvec));
1632 HRESULT rc = COMGETTER(USBDevices)(ComSafeArrayAsOutParam(devsvec));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2632 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
2897 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v3_0.h3170 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
3436 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v3_1.h3187 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
3408 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v3_2.h3309 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
3530 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v4_0.h3524 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
3740 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v4_1.h3745 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
3977 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v4_2.h4089 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
4321 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
H A DVBoxCAPI_v4_3.h7059 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
7230 nsresult (*GetUSBDevices)(IConsole *pThis, PRUint32 *USBDevicesSize, IUSBDevice * **USBDevices);
7684 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
7835 nsresult (*GetUSBDevices)(IHost *pThis, PRUint32 *USBDevicesSize, IHostUSBDevice * **USBDevices);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2889 HRESULT rc = COMGETTER(USBDevices)(ComSafeArrayAsOutParam(devsvec));
2922 HRESULT rc = COMGETTER(USBDevices)(ComSafeArrayAsOutParam(devsvec));

Completed in 899 milliseconds