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

Method HandlePoll

src/libcec/implementations/CECCommandHandler.cpp:495–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495bool CCECCommandHandler::HandlePoll(const cec_command &command)
496{
497 m_busDevice->HandlePoll(command.destination);
498 return true;
499}
500
501int CCECCommandHandler::HandleReportAudioStatus(const cec_command &command)
502{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected