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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1203 CFDictionaryRef deviceMatchingDictRef; local
1221 deviceMatchingDictRef = CFDictionaryCreate(kCFAllocatorDefault,
1228 if (deviceMatchingDictRef)
1233 return deviceMatchingDictRef;
2172 CFDictionaryRef deviceMatchingDictRef = darwinQueryLedDeviceMatchingDictionary(); local
2173 if (deviceMatchingDictRef)
2176 IOHIDManagerSetDeviceMatching(pHidState->hidManagerRef, deviceMatchingDictRef);
2207 CFRelease(deviceMatchingDictRef);
2226 CFRelease(deviceMatchingDictRef);

Completed in 50 milliseconds