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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.h171 void * reportData,
178 void * reportData, // report should be allocated outside this method
183 void * reportData,
188 void * reportData, // report should be allocated outside this method
192 void * reportData, // report should be allocated outside this method
H A DIOHIDDevice.cpp65 uint8_t * reportData; member in struct:IOHIDAsyncReportQueue::AsyncReportEntry
137 IOMemoryDescriptor *md = IOMemoryDescriptor::withAddress(entry->reportData, entry->reportLength, kIODirectionOut);
153 IOFree(entry->reportData, entry->reportLength);
186 entry->reportData = (uint8_t *)IOMalloc(entry->reportLength);
188 if (entry->reportData) {
189 report->readBytes(0, entry->reportData, entry->reportLength);
1059 void * reportData; local
1068 reportData = IOMalloc(reportLength);
1070 if ( !reportData )
1073 report->readBytes( 0, reportData, reportLengt
1950 UInt8 *reportData = NULL; local
2125 void * reportData = NULL; local
[all...]
H A DIOHIDElementPrivate.cpp1054 void * reportData,
1127 readReportBits( (UInt8 *) reportData, /* source buffer */
1147 processArrayReport(reportID, reportData, reportBits, &(_elementValue->timestamp));
1176 void * reportData, // this report should be alloced outisde this method.
1200 if ( reportData == 0 )
1206 bzero( reportData, *reportLength );
1228 return createArrayReport(reportID, reportData, reportLength);
1241 return createDuplicateReport(reportID, reportData, reportLength);
1254 if ( reportData )
1257 (UInt8 *) reportData, /* destinatio
1052 processReport( UInt8 reportID, void * reportData, UInt32 reportBits, const AbsoluteTime * timestamp, IOHIDElementPrivate ** next, IOOptionBits options) argument
1175 createReport( UInt8 reportID, void * reportData, UInt32 * reportLength, IOHIDElementPrivate ** next ) argument
1460 createDuplicateReport(UInt8 reportID, void * reportData, UInt32 * reportLength) argument
1483 createArrayReport(UInt8 reportID, void * reportData, UInt32 * reportLength) argument
1578 processArrayReport( UInt8 reportID, void * reportData, UInt32 reportBits, const AbsoluteTime * timestamp) argument
[all...]

Completed in 131 milliseconds