Searched refs:refCFTopElement (Results 1 – 1 of 1) sorted by relevance
467 CFTypeRef refCFTopElement = 0; in HIDGetDeviceInfo() local468 refCFTopElement = CFDictionaryGetValue (hidProperties, CFSTR(kIOHIDElementKey)); in HIDGetDeviceInfo()471 CFRange range = {0, CFArrayGetCount (refCFTopElement)}; in HIDGetDeviceInfo()472 CFArrayApplyFunction (refCFTopElement, range, HIDTopLevelElementHandler, pDevice); in HIDGetDeviceInfo()