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

Method ChatPadTimerActionWrapper

360Controller/_60Controller.cpp:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void Xbox360Peripheral::ChatPadTimerActionWrapper(OSObject *owner, IOTimerEventSource *sender)
117{
118 Xbox360Peripheral *controller;
119
120 controller = OSDynamicCast(Xbox360Peripheral, owner);
121 controller->ChatPadTimerAction(sender);
122}
123
124void Xbox360Peripheral::ChatPadTimerAction(IOTimerEventSource *sender)
125{

Callers

nothing calls this directly

Calls 1

ChatPadTimerActionMethod · 0.80

Tested by

no test coverage detected