Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
DSDL_sysjoystick.c467 CFTypeRef refCFTopElement = 0; in HIDGetDeviceInfo() local
468 refCFTopElement = CFDictionaryGetValue (hidProperties, CFSTR(kIOHIDElementKey)); in HIDGetDeviceInfo()
471 CFRange range = {0, CFArrayGetCount (refCFTopElement)}; in HIDGetDeviceInfo()
472 CFArrayApplyFunction (refCFTopElement, range, HIDTopLevelElementHandler, pDevice); in HIDGetDeviceInfo()