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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1762 IOUSBDeviceInterface **ppUsbDeviceInterface = NULL; local
1765 (LPVOID *)&ppUsbDeviceInterface);
1768 if (rc == kIOReturnSuccess && ppUsbDeviceInterface != NULL)
1769 return ppUsbDeviceInterface;
1883 IOUSBDeviceInterface **ppUsbDeviceInterface = darwinQueryUsbHidInterfaceInterface(service); local
1885 if (ppUsbDeviceInterface)
1890 rc = (*ppUsbDeviceInterface)->GetLocationID (ppUsbDeviceInterface, &idLocation); AssertMsg(rc == 0, ("Failed to get Location ID"));
1891 rc = (*ppUsbDeviceInterface)->GetDeviceClass (ppUsbDeviceInterface,
[all...]

Completed in 49 milliseconds