Home
last modified time | relevance | path

Searched refs:hidIterator (Results 1 – 7 of 7) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/3rdparty/joystick/
H A DjsMacOSX.cxx102 io_iterator_t hidIterator; in findDevices() local
107 rv = IOServiceGetMatchingServices(masterPort, hidMatch, &hidIterator); in findDevices()
108 if (rv != kIOReturnSuccess || !hidIterator) { in findDevices()
116 while ((ioDev = IOIteratorNext(hidIterator))) { in findDevices()
140 IOObjectRelease(hidIterator); in findDevices()
/dports/x11-toolkits/plib/plib-1.8.5/src/js/
H A DjsMacOSX.cxx95 io_iterator_t hidIterator; in findDevices() local
100 rv = IOServiceGetMatchingServices(masterPort, hidMatch, &hidIterator); in findDevices()
101 if (rv != kIOReturnSuccess || !hidIterator) { in findDevices()
109 while ((ioDev = IOIteratorNext(hidIterator))) { in findDevices()
133 IOObjectRelease(hidIterator); in findDevices()
/dports/graphics/freeglut/freeglut-3.2.1/src/
H A Dfg_joystick.c175 io_iterator_t hidIterator; in fghJoystickFindDevices() local
181 rv = IOServiceGetMatchingServices(masterPort, hidMatch, &hidIterator); in fghJoystickFindDevices()
182 if (rv != kIOReturnSuccess || !hidIterator) { in fghJoystickFindDevices()
188 while ((ioDev = IOIteratorNext(hidIterator))) { in fghJoystickFindDevices()
208 IOObjectRelease(hidIterator); in fghJoystickFindDevices()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/
H A Dfg_joystick.c408 io_iterator_t hidIterator; in fghJoystickFindDevices() local
414 rv = IOServiceGetMatchingServices(masterPort, hidMatch, &hidIterator); in fghJoystickFindDevices()
415 if (rv != kIOReturnSuccess || !hidIterator) { in fghJoystickFindDevices()
421 while ((ioDev = IOIteratorNext(hidIterator))) { in fghJoystickFindDevices()
441 IOObjectRelease(hidIterator); in fghJoystickFindDevices()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_joystick.c859 io_iterator_t hidIterator; in fghJoystickFindDevices() local
865 rv = IOServiceGetMatchingServices(masterPort, hidMatch, &hidIterator); in fghJoystickFindDevices()
866 if (rv != kIOReturnSuccess || !hidIterator) { in fghJoystickFindDevices()
872 while ((ioDev = IOIteratorNext(hidIterator))) { in fghJoystickFindDevices()
892 IOObjectRelease(hidIterator); in fghJoystickFindDevices()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/MacOSX/
H A DCIrrDeviceMacOSX.mm1608 io_iterator_t hidIterator = 0;
1626 result = IOServiceGetMatchingServices (masterPort, hidDictionaryRef, &hidIterator);
1635 if (!hidIterator)
1639 while ((hidObject = IOIteratorNext (hidIterator)))
1734 result = IOObjectRelease (hidIterator);
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/MacOSX/
H A DCIrrDeviceMacOSX.mm1665 io_iterator_t hidIterator = 0;
1683 result = IOServiceGetMatchingServices (masterPort, hidDictionaryRef, &hidIterator);
1692 if (!hidIterator)
1696 while ((hidObject = IOIteratorNext (hidIterator)))
1792 result = IOObjectRelease (hidIterator);