| 114 | } |
| 115 | |
| 116 | void Xbox360Peripheral::ChatPadTimerActionWrapper(OSObject *owner, IOTimerEventSource *sender) |
| 117 | { |
| 118 | Xbox360Peripheral *controller; |
| 119 | |
| 120 | controller = OSDynamicCast(Xbox360Peripheral, owner); |
| 121 | controller->ChatPadTimerAction(sender); |
| 122 | } |
| 123 | |
| 124 | void Xbox360Peripheral::ChatPadTimerAction(IOTimerEventSource *sender) |
| 125 | { |
nothing calls this directly
no test coverage detected