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

Method message

360Controller/_60Controller.cpp:696–704  ·  view source on GitHub ↗

Handle message sent to the driver

Source from the content-addressed store, hash-verified

694
695// Handle message sent to the driver
696IOReturn Xbox360Peripheral::message(UInt32 type,IOService *provider,void *argument)
697{
698 switch(type) {
699 case kIOMessageServiceIsTerminated:
700 case kIOMessageServiceIsRequestingClose:
701 default:
702 return super::message(type,provider,argument);
703 }
704}
705
706// This returns the abs() value of a short, swapping it if necessary
707static inline Xbox360_SShort getAbsolute(Xbox360_SShort value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected