| 493 | } |
| 494 | |
| 495 | bool CCECCommandHandler::HandlePoll(const cec_command &command) |
| 496 | { |
| 497 | m_busDevice->HandlePoll(command.destination); |
| 498 | return true; |
| 499 | } |
| 500 | |
| 501 | int CCECCommandHandler::HandleReportAudioStatus(const cec_command &command) |
| 502 | { |
nothing calls this directly
no outgoing calls
no test coverage detected