Searched defs:reportID (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetReportLength.c67 HIDGetReportLength(HIDReportType reportType, UInt8 reportID, IOByteCount * reportLength, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDCheckReport.c78 int reportID, reportIndex; local
H A DHIDGetNextButtonInfo.c73 HIDGetNextButtonInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDGetNextUsageValueInfo.c74 HIDGetNextUsageValueInfo(HIDReportType reportType, HIDUsage usagePage, HIDUsage usage, UInt32 * collection, UInt8 * reportID, HIDPreparsedDataRef preparsedDataRef) argument
H A DHIDInitReport.c68 HIDInitReport(HIDReportType reportType, UInt8 reportID, HIDPreparsedDataRef preparsedDataRef, void * report, IOByteCount reportLength) argument
H A DHIDPriv.h215 SInt32 reportID; member in struct:HIDGlobalItems
223 SInt32 reportID; member in struct:HIDReportSizes
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.cpp361 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 DIOHIDResourceUserClient.h76 uint32_t reportID; member in struct:__anon2056
H A DIOHIDLibUserClient.h85 UInt32 reportID; member in struct:_IOHIDReportReq
110 UInt32 reportID; member in struct:IOHIDElementStruct
H A DIOHIDParserPriv.h179 SInt32 reportID; member in struct:HIDGlobalItems
187 SInt32 reportID; member in struct:HIDReportSizes
H A DIOHIDDevice.cpp1373 bool IOHIDDevice::setReportSize( UInt8 reportID, argument
1874 UInt8 reportID; local
1954 UInt8 reportID = 0; local
2130 UInt8 reportID = 0; local
[all...]
H A DIOHIDElementPrivate.cpp341 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 DIOHIDEventDriver.cpp628 UInt32 reportID = 0; local
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.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
1236 IOReturn IOHIDLibUserClient::getReport(IOMemoryDescriptor * mem, uint32_t * pOutsize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
1319 IOReturn IOHIDLibUserClient::setReport(const void *reportBuffer, uint32_t reportBufferSize, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
1335 IOReturn IOHIDLibUserClient::setReport(IOMemoryDescriptor * mem, IOHIDReportType reportType, uint32_t reportID, uint32_t timeout, IOHIDCompletion * completion) argument
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportTest.c28 static void __deviceReportCallback(void * context, IOReturn result, void * sender, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength) argument
/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
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp851 uint32_t reportID; member in struct:IOHIDReportRefCon
857 setReport(IOHIDReportType reportType, uint32_t reportID, const uint8_t *report, CFIndex reportLength, uint32_t timeout, IOHIDReportCallback callback, void *refcon, IOOptionBits options __unused) argument
923 getReport(IOHIDReportType reportType, uint32_t reportID, uint8_t *report, CFIndex *pReportLength, uint32_t timeout, IOHIDReportCallback callback, void *refcon, IOOptionBits options __unused) argument
1720 _getReport(void * self, IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
1724 _setReport(void * self, IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength, uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
2306 setReport(IOHIDReportType reportType, uint32_t reportID, const uint8_t * report, CFIndex reportLength, uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
2342 getReport(IOHIDReportType reportType, uint32_t reportID, uint8_t * report, CFIndex * pReportLength, uint32_t timeout, IOHIDReportCallback callback, void * refcon, IOOptionBits options) argument
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDDevice.c127 uint32_t reportID; member in struct:__anon2242
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...]

Completed in 347 milliseconds