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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp2187 CFSetRef pDevicesSet = IOHIDManagerCopyDevices(pHidState->hidManagerRef); local
2188 if (pDevicesSet)
2190 CFIndex cDevices = CFSetGetCount(pDevicesSet);
2195 CFSetGetValues(pDevicesSet, (const void **)ppDevices);
2202 CFRelease(pDevicesSet);

Completed in 50 milliseconds