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

/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestDarwin.cpp65 io_iterator_t matchingServices; local
66 kern_return_t krc = IOServiceGetMatchingServices(kIOMasterPortDefault, pMatchingDictionary, &matchingServices);
72 while ((matchingService = IOIteratorNext(matchingServices)) != 0)
80 IOObjectRelease(matchingServices);

Completed in 65 milliseconds