MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / HandleDeviceVendorId

Method HandleDeviceVendorId

src/libcec/implementations/PHCommandHandler.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetPowerStatusMethod · 0.80

Tested by

no test coverage detected