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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.h149 virtual IOHIDQueueClass * createQueue(bool reportHandler=false);
194 HRESULT attachQueue (IOHIDQueueClass * iohidQueue, bool reportHandler = false);
278 virtual IOHIDQueueClass * createQueue(bool reportHandler=false);
H A DIOHIDDeviceClass.cpp236 HRESULT IOHIDDeviceClass::attachQueue (IOHIDQueueClass * iohidQueue, bool reportHandler) argument
243 if ( !reportHandler && ( fQueues ||
290 IOHIDQueueClass * IOHIDDeviceClass::createQueue(bool reportHandler) argument
295 attachQueue (newQueue, reportHandler);
2062 IOHIDQueueClass * IOHIDObsoleteDeviceClass::createQueue(bool reportHandler) argument
2067 attachQueue (newQueue, reportHandler);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp1659 IOHIDReportHandler * reportHandler; local
1664 reportHandler = &_reportHandlers[slot];
1666 if ( reportHandler->head[reportType] )
1668 element->setNextReportHandler( reportHandler->head[reportType] );
1670 reportHandler->head[reportType] = element;
H A DIOHIDElementPrivate.cpp39 #define IsArrayReportHandler(reportHandler) \
40 (reportHandler == _arrayReportHandler)
51 #define IsDuplicateReportHandler(reportHandler) \
52 (reportHandler == _duplicateReportHandler)

Completed in 210 milliseconds