MCPcopy Create free account
hub / github.com/360Controller/360Controller / getReport

Method getReport

360Controller/Controller.cpp:124–128  ·  view source on GitHub ↗

Get report

Source from the content-addressed store, hash-verified

122
123// Get report
124IOReturn Xbox360ControllerClass::getReport(IOMemoryDescriptor *report,IOHIDReportType reportType,IOOptionBits options)
125{
126 // Doesn't do anything yet ;)
127 return kIOReturnUnsupported;
128}
129
130IOReturn Xbox360ControllerClass::handleReport(IOMemoryDescriptor * descriptor, IOHIDReportType reportType, IOOptionBits options) {
131 if (descriptor->getLength() >= sizeof(XBOX360_IN_REPORT)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected