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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.cpp77 bzero(_maxReportSize, sizeof(IOByteCount) * kIOHIDReportTypeCount);
180 if ( OSDynamicCast(OSNumber, number) ) _maxReportSize[kIOHIDReportTypeInput] = number->unsigned32BitValue();
184 if ( OSDynamicCast(OSNumber, number) ) _maxReportSize[kIOHIDReportTypeOutput] = number->unsigned32BitValue();
188 if ( OSDynamicCast(OSNumber, number) ) _maxReportSize[kIOHIDReportTypeFeature] = number->unsigned32BitValue();
326 return _maxReportSize[type];
H A DIOHIDInterface.h94 IOByteCount _maxReportSize[kIOHIDReportTypeCount]; member in class:IOHIDInterface

Completed in 169 milliseconds