Searched refs:reportID (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDCheckReport.c78 int reportID, reportIndex; local
84 reportID = psReport[0]&0xFF;
86 && (reportID != ptReportItem->globals.reportID))
H A DHIDGetReportLength.c57 * reportID - Desired Report
68 UInt8 reportID,
88 if (ptPreparsedData->reports[iR].reportID == reportID)
108 // If the reportID > 0, there must be 1 byte for reportID, so total report must be > 1.
112 if (((reportID == 0) && (dataLength > 0)) || dataLength > 1)
67 HIDGetReportLength(HIDReportType reportType, UInt8 reportID, IOByteCount * reportLength, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDInitReport.c58 * reportID - Report ID
70 UInt8 reportID,
92 HIDGetReportLength(reportType, reportID, &minLength, preparsedDataRef);
101 // First byte of report must be reportID. Unless it is report ID 0;
105 *iPtr++ = reportID;
121 ptReportItem->globals.reportID == reportID)
221 } // == reportID
68 HIDInitReport(HIDReportType reportType, UInt8 reportID, HIDPreparsedDataRef preparsedDataRef, void * report, IOByteCount reportLength) argument
H A DHIDGetNextButtonInfo.c68 * reportID - Report ID or no change
78 UInt8 * reportID,
91 if ((ptPreparsedData == NULL) || (collection == NULL) || (reportID == NULL))
147 *reportID = newReportID;
73 HIDGetNextButtonInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDGetNextUsageValueInfo.c68 * reportID - Report ID or no change
79 UInt8 * reportID,
92 if ((ptPreparsedData == NULL) || (collection == NULL) || (reportID == NULL))
148 *reportID = newReportID;
74 HIDGetNextUsageValueInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDProcessGlobalItem.c48 reportSize, reportID and usagePage
162 && (ptPreparsedData->reports[reportIndex].reportID != ptItem->unsignedValue))
171 ptReport->reportID = ptItem->unsignedValue;
179 ptGlobals->reportID = ptItem->unsignedValue;
H A DHIDParseDescriptor.c110 ptDescriptor->globals.reportID = 0;
138 ptReport->reportID = 0;
H A DHIDGetButtonCaps.c188 ptCapability->reportID = ptReportItem->globals.reportID;
403 ptCapability->reportID = ptReportItem->globals.reportID;
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDBase.h87 @param reportID The ID of the report that was completed.
96 uint32_t reportID,
106 @param reportID The ID of the report that was completed.
116 uint32_t reportID,
H A DIOHIDDevice.h538 @param reportID ID of the report being sent. If the device supports
549 CFIndex reportID,
561 @param reportID ID of the report being sent. If the device supports
576 CFIndex reportID,
594 @param reportID ID of the report being requested.
606 CFIndex reportID,
621 @param reportID ID of the report being requested.
637 CFIndex reportID,
H A DIOHIDUserDevice.h37 typedef IOReturn (*IOHIDUserDeviceReportCallback)(void * refcon, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength);
38 typedef IOReturn (*IOHIDUserDeviceReportWithReturnLengthCallback)(void * refcon, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex * pReportLength);
H A DIOHIDDevicePlugIn.h220 IOReturn (*setReport)(void * self, IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength, uint32_t timeout, IOHIDReportCallback callback, void * context, IOOptionBits options); \
221 IOReturn (*getReport)(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, uint32_t timeout, IOHIDReportCallback callback, void * context, IOOptionBits options)
361 @param reportID The report id.
371 IOReturn (*setReport)(void * self, IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength,
383 @param reportID The report id.
393 IOReturn (*getReport)(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength,
H A DIOHIDDevice.c80 uint32_t reportID,
88 uint32_t reportID,
96 uint32_t reportID,
127 uint32_t reportID; member in struct:__anon2242
1510 uint32_t reportID,
1523 reportID,
1532 reportID,
1556 context->reportID,
1565 context->reportID,
1581 uint32_t reportID,
1506 __IOHIDDeviceReportCallbackOnce(void * context, IOReturn result, void * sender, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength) argument
1577 __IOHIDDeviceInputReportCallback( void * context, IOReturn result, void * sender __unused, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength) argument
1606 __IOHIDDeviceInputReportWithTimeStampCallback(void * context, IOReturn result, void * sender __unused, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength, uint64_t timeStamp) argument
1740 IOHIDDeviceSetReport( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, const uint8_t * report, CFIndex reportLength) argument
1762 IOHIDDeviceSetReportWithCallback( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, const uint8_t * report, CFIndex reportLength, CFTimeInterval timeout, IOHIDReportCallback callback, void * context) argument
1800 IOHIDDeviceGetReport( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, uint8_t * report, CFIndex * pReportLength) argument
1822 IOHIDDeviceGetReportWithCallback( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, uint8_t * report, CFIndex * pReportLength, CFTimeInterval timeout, IOHIDReportCallback callback, void * context) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventDriver.h131 void handleBootPointingReport(AbsoluteTime timeStamp, IOMemoryDescriptor * report, UInt32 reportID);
132 void handleRelativeReport(AbsoluteTime timeStamp, UInt32 reportID);
133 void handleMultiAxisPointerReport(AbsoluteTime timeStamp, UInt32 reportID);
134 void handleDigitizerReport(AbsoluteTime timeStamp, UInt32 reportID);
135 void handleDigitizerTransducerReport(DigitizerTransducer * transducer, AbsoluteTime timeStamp, UInt32 reportID);
136 void handleScrollReport(AbsoluteTime timeStamp, UInt32 reportID);
137 void handleKeboardReport(AbsoluteTime timeStamp, UInt32 reportID);
138 void handleUnicodeReport(AbsoluteTime timeStamp, UInt32 reportID);
139 void handleUnicodeLegacyReport(AbsoluteTime timeStamp, UInt32 reportID);
140 void handleUnicodeGestureReport(AbsoluteTime timeStamp, UInt32 reportID);
[all...]
H A DIOHIDInterface.h52 @param reportID The ID of the report.
60 UInt32 reportID,
187 UInt32 reportID,
193 UInt32 reportID = 0,
199 UInt32 reportID = 0,
205 UInt32 reportID,
213 UInt32 reportID,
H A DIOHIDInterface.cpp365 UInt32 reportID,
371 (*_interruptAction)(_interruptTarget, timestamp, report, reportType, reportID, _interruptRefCon);
378 UInt32 reportID,
381 return _owner ? _owner->setReport(report, reportType, (reportID | (options << 8))) : kIOReturnOffline;
387 UInt32 reportID,
390 return _owner ? _owner->getReport(report, reportType, (reportID | (options << 8))) : kIOReturnOffline;
397 UInt32 reportID __unused,
409 UInt32 reportID __unused,
361 handleReport( AbsoluteTime timestamp, IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID, IOOptionBits options __unused) argument
375 setReport( IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID, IOOptionBits options) argument
384 getReport( IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID, IOOptionBits options) argument
H A DIOHIDElementPrivate.h161 UInt32 reportID,
170 virtual bool processReport( UInt8 reportID,
177 virtual bool createReport( UInt8 reportID,
182 virtual bool processArrayReport(UInt8 reportID,
187 virtual bool createDuplicateReport(UInt8 reportID,
191 virtual bool createArrayReport(UInt8 reportID,
H A DIOHIDEventDriver.cpp628 UInt32 reportID = 0; local
633 reportID = element->getReportID();
641 if ( reportID > _multiAxis.sendingReportID )
642 _multiAxis.sendingReportID = reportID;
649 if ( reportID > _multiAxis.sendingReportID )
650 _multiAxis.sendingReportID = reportID;
1450 UInt32 reportID)
1455 IOHID_DEBUG(kIOHIDDebugCode_InturruptReport, reportType, reportID, getRegistryEntryID(), 0);
1457 handleBootPointingReport(timeStamp, report, reportID);
1458 handleRelativeReport(timeStamp, reportID);
1446 handleInterruptReport( AbsoluteTime timeStamp, IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID) argument
1469 handleBootPointingReport(AbsoluteTime timeStamp, IOMemoryDescriptor * report, UInt32 reportID) argument
1504 handleMultiAxisPointerReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1567 handleRelativeReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1625 handleDigitizerReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1647 handleDigitizerTransducerReport(DigitizerTransducer * transducer, AbsoluteTime timeStamp, UInt32 reportID) argument
1781 handleScrollReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1846 handleKeboardReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1929 handleUnicodeReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1938 handleUnicodeLegacyReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1982 handleUnicodeGestureReport(AbsoluteTime timeStamp, UInt32 reportID) argument
2023 handleUnicodeGestureCandidateReport(EventElementCollection * candidate, AbsoluteTime timeStamp, UInt32 reportID) argument
[all...]
H A DIOHIDLibUserClient.h85 UInt32 reportID; member in struct:_IOHIDReportReq
110 UInt32 reportID; member in struct:IOHIDElementStruct
291 IOReturn getReport(void *reportBuffer, uint32_t *pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout = 0, IOHIDCompletion * completion = 0);
292 IOReturn getReport(IOMemoryDescriptor * mem, uint32_t * pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout = 0, IOHIDCompletion * completion = 0);
296 IOReturn setReport(const void *reportBuffer, uint32_t reportBufferSize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout = 0, IOHIDCompletion * completion = 0);
297 IOReturn setReport(IOMemoryDescriptor * mem, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout = 0, IOHIDCompletion * completion = 0);
H A DIOHIDParserPriv.h179 SInt32 reportID; member in struct:HIDGlobalItems
187 SInt32 reportID; member in struct:HIDReportSizes
H A DIOHIDDevice.cpp1349 report->reportID,
1354 setReportSize( report->reportID,
1358 setReportSize( report->reportID,
1362 setReportSize( report->reportID,
1373 bool IOHIDDevice::setReportSize( UInt8 reportID, argument
1380 element = GetHeadElement( GetReportHandlerSlot(reportID), reportType );
1384 if ( element->getReportID() == reportID )
1625 report->reportID,
1874 UInt8 reportID; local
1908 reportID
1954 UInt8 reportID = 0; local
2130 UInt8 reportID = 0; local
[all...]
H A DIOHIDElementPrivate.cpp152 element->_reportID = button->reportID;
245 element->_reportID = value->reportID;
344 UInt32 reportID,
358 element->_reportID = reportID;
532 // 8bits: reportID
841 element->reportID = _reportID;
1053 UInt8 reportID,
1070 if ( _reportID != reportID )
1097 if ( _reportID != reportID )
1147 processArrayReport(reportID, reportDat
341 reportHandlerElement( IOHIDDevice * owner, IOHIDElementType type, UInt32 reportID, UInt32 reportBits ) argument
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...]
H A DIOHIDLibUserClient.cpp67 UInt32 reportID; member in struct:AsyncGateParam
1209 IOReturn IOHIDLibUserClient::getReport(void *reportBuffer, uint32_t *pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
1224 ret = getReport(mem, pOutsize, reportType, reportID, timeout, completion);
1236 IOReturn IOHIDLibUserClient::getReport(IOMemoryDescriptor * mem, uint32_t * pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
1257 ret = fNub->getReport(mem, reportType, reportID, timeout, completion);
1260 ret = fNub->getReport(mem, reportType, reportID);
1319 IOReturn IOHIDLibUserClient::setReport(const void *reportBuffer, uint32_t reportBufferSize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
1326 ret = setReport(mem, reportType, reportID, timeout, completion);
1335 IOReturn IOHIDLibUserClient::setReport(IOMemoryDescriptor * mem, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
1355 if ((excludedReportID == reportID)
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h191 UInt32 reportID; member in struct:HIDButtonCaps
229 UInt32 reportID; member in struct:HIDButtonCapabilities
272 UInt32 reportID; member in struct:HIDValueCaps
319 UInt32 reportID; member in struct:HIDValueCapabilities
650 UInt8 * reportID,
659 UInt8 * reportID,
665 UInt8 reportID,
762 UInt8 reportID,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.h181 static IOReturn _getReport(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength,
183 static IOReturn _setReport(void * self, IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength,
228 virtual IOReturn setReport(IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength,
230 virtual IOReturn getReport(IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength,
268 uint32_t reportID,
341 uint32_t reportID,
357 uint32_t reportID,

Completed in 208 milliseconds

12