| 167 | } |
| 168 | |
| 169 | int CPHCommandHandler::HandleDeviceVendorId(const cec_command& command) |
| 170 | { |
| 171 | m_busDevice->SetPowerStatus(CEC_POWER_STATUS_ON); |
| 172 | return CCECCommandHandler::HandleDeviceVendorId(command); |
| 173 | } |
| 174 | |
| 175 | bool CPHCommandHandler::TransmitVendorID(const cec_logical_address iInitiator, const cec_logical_address iDestination, uint64_t UNUSED(iVendorId), bool bIsReply) |
| 176 | { |
nothing calls this directly
no test coverage detected