Searched refs:hidMatchDictionary (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c575 CFMutableDictionaryRef hidMatchDictionary = NULL; local
595 hidMatchDictionary = IOServiceMatching (kIOHIDDeviceKey);
596 if (hidMatchDictionary)
606 CFDictionarySetValue (hidMatchDictionary, CFSTR (kIOHIDPrimaryUsageKey), refUsage);
608 CFDictionarySetValue (hidMatchDictionary, CFSTR (kIOHIDPrimaryUsagePageKey), refUsagePage);
618 result = IOServiceGetMatchingServices (masterPort, hidMatchDictionary, &hidObjectIterator);

Completed in 105 milliseconds