| 319 | } |
| 320 | |
| 321 | int CSLCommandHandler::HandleStandby(const cec_command &command) |
| 322 | { |
| 323 | ResetSLState(); |
| 324 | |
| 325 | return CCECCommandHandler::HandleStandby(command); |
| 326 | } |
| 327 | |
| 328 | void CSLCommandHandler::ResetSLState(void) |
| 329 | { |
nothing calls this directly
no outgoing calls
no test coverage detected