| 743 | } |
| 744 | |
| 745 | int CCECCommandHandler::HandleTextViewOn(const cec_command &command) |
| 746 | { |
| 747 | m_processor->GetDevice(command.initiator)->MarkAsActiveSource(); |
| 748 | return COMMAND_HANDLED; |
| 749 | } |
| 750 | |
| 751 | int CCECCommandHandler::HandleUserControlPressed(const cec_command &command) |
| 752 | { |
nothing calls this directly
no test coverage detected