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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp1873 IOByteCount maxReportLength; local
1878 maxReportLength = max(_maxOutputReportSize,
1881 // Allocate a mem descriptor with the maxReportLength.
1883 report = IOBufferMemoryDescriptor::withCapacity(maxReportLength, kIODirectionNone);
1951 UInt32 maxReportLength = 0; local
1963 maxReportLength = max(_maxOutputReportSize, _maxFeatureReportSize);
1965 // Allocate a buffer mem descriptor with the maxReportLength.
1967 report = IOBufferMemoryDescriptor::withCapacity(maxReportLength, kIODirectionNone);

Completed in 65 milliseconds