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

Method HandlePoll

src/libcec/CECProcessor.cpp:664–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void CCECProcessor::HandlePoll(cec_logical_address initiator, cec_logical_address destination)
665{
666 CCECBusDevice *device = m_busDevices->At(destination);
667 if (device)
668 device->HandlePollFrom(initiator);
669}
670
671bool CCECProcessor::HandleReceiveFailed(cec_logical_address initiator)
672{

Callers

nothing calls this directly

Calls 2

HandlePollFromMethod · 0.80
AtMethod · 0.45

Tested by

no test coverage detected