| 916 | } |
| 917 | |
| 918 | bool CCECCommandHandler::PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination) |
| 919 | { |
| 920 | if (iDestination == CECDEVICE_TV) |
| 921 | return TransmitImageViewOn(iInitiator, iDestination); |
| 922 | |
| 923 | return TransmitKeypress(iInitiator, iDestination, CEC_USER_CONTROL_CODE_POWER) && |
| 924 | TransmitKeyRelease(iInitiator, iDestination); |
| 925 | } |
| 926 | |
| 927 | bool CCECCommandHandler::TransmitImageViewOn(const cec_logical_address iInitiator, const cec_logical_address iDestination) |
| 928 | { |