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

/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportTest.c39 CFArrayRef outputElements = NULL; local
41 outputElements = CFDictionaryGetValue(gOutputElements, sender);
43 if ( outputElements ) {
52 for ( index=0, count = CFArrayGetCount(outputElements); index<count; index++) {
54 IOHIDElementRef element = (IOHIDElementRef)CFArrayGetValueAtIndex(outputElements, index);
145 CFArrayRef outputElements = NULL; local
177 outputElements = IOHIDDeviceCopyMatchingElements(device, matching, 0);
178 if ( outputElements ) {
179 CFDictionarySetValue(gOutputElements, device, outputElements);
180 CFRelease(outputElements);
[all...]

Completed in 240 milliseconds