| 704 | } |
| 705 | |
| 706 | int CCECCommandHandler::HandleStandby(const cec_command &command) |
| 707 | { |
| 708 | CCECBusDevice *device = GetDevice(command.initiator); |
| 709 | if (device) |
| 710 | device->SetPowerStatus(CEC_POWER_STATUS_STANDBY); |
| 711 | |
| 712 | return COMMAND_HANDLED; |
| 713 | } |
| 714 | |
| 715 | int CCECCommandHandler::HandleSystemAudioModeStatus(const cec_command &command) |
| 716 | { |
nothing calls this directly
no test coverage detected