| 108 | } |
| 109 | |
| 110 | void Xbox360Peripheral::SendToggle(void) |
| 111 | { |
| 112 | SendSpecial(serialToggle ? 0x1F : 0x1E); |
| 113 | serialToggle = !serialToggle; |
| 114 | } |
| 115 | |
| 116 | void Xbox360Peripheral::ChatPadTimerActionWrapper(OSObject *owner, IOTimerEventSource *sender) |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected