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

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp56 CFDictionaryRef pMatchingDictionary = CFDictionaryCreate(kCFAllocatorDefault, local
62 if (pMatchingDictionary)
64 /* The reference to pMatchingDictionary is consumed by the function below => no IORelease(pMatchingDictionary)! */
66 kern_return_t krc = IOServiceGetMatchingServices(kIOMasterPortDefault, pMatchingDictionary, &matchingServices);

Completed in 78 milliseconds