| 213 | {} |
| 214 | |
| 215 | void SetDeviceState(HWindow window, WindowDeviceState state, bool op1) |
| 216 | { |
| 217 | SetDeviceState(window, state, op1, false); |
| 218 | } |
| 219 | |
| 220 | void SetDeviceState(HWindow window, WindowDeviceState state, bool op1, bool op2) |
| 221 | { |
no outgoing calls
no test coverage detected