| 815 | } |
| 816 | |
| 817 | int CCECCommandHandler::HandleVendorCommand(const cec_command & UNUSED(command)) |
| 818 | { |
| 819 | return CEC_ABORT_REASON_INVALID_OPERAND; |
| 820 | } |
| 821 | |
| 822 | int CCECCommandHandler::HandleVendorRemoteButtonDown(const cec_command& command) |
| 823 | { |
nothing calls this directly
no outgoing calls
no test coverage detected