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

/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportDescriptorParser.h15 extern void PrintHIDDescriptor(const uint8_t *reportDesc, uint32_t length);
H A DIOHIDReportDescriptorParser.c122 void PrintHIDDescriptor(const uint8_t *reportDesc, uint32_t length) argument
124 const uint8_t * end = reportDesc + length;
139 PrintBytesAtIndentLevel(0, reportDesc, length);
145 while (reportDesc < end)
151 size = UnpackReportSize(*reportDesc);
154 type = UnpackReportType(*reportDesc);
155 tag = UnpackReportTag(*reportDesc);
157 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc++));
163 size = *reportDesc;
164 sprintf((char *)tempbuf, "0x%02X, ", *(reportDesc
[all...]

Completed in 208 milliseconds