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

/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportTest.c122 CFStringRef debugString = CFCopyDescription(device); local
129 printf("%-10.10s: %s\n", terminated ? "terminated" : "matched", debugString ? CFStringGetCStringPtr(debugString, CFStringGetSystemEncoding()) : "");
131 if ( debugString )
132 CFRelease(debugString);

Completed in 117 milliseconds