| 124 | } |
| 125 | |
| 126 | int CANCommandHandler::HandleSetMenuLanguage(const cec_command &command) |
| 127 | { |
| 128 | if (m_processor->CECInitialised() && command.initiator == CECDEVICE_TV && command.destination == CECDEVICE_BROADCAST) |
| 129 | { |
| 130 | m_processor->GetDevice(command.initiator)->SetPowerStatus(CEC_POWER_STATUS_ON); |
| 131 | } |
| 132 | |
| 133 | return CCECCommandHandler::HandleSetMenuLanguage(command); |
| 134 | } |
nothing calls this directly
no test coverage detected