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

Method HandlePoll

src/libcec/devices/CECBusDevice.cpp:968–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968void CCECBusDevice::HandlePoll(const cec_logical_address destination)
969{
970 if (destination >= 0 && destination < CECDEVICE_BROADCAST)
971 {
972 CCECBusDevice *device = m_processor->GetDevice(destination);
973 if (device)
974 device->HandlePollFrom(m_iLogicalAddress);
975 }
976}
977
978void CCECBusDevice::HandlePollFrom(const cec_logical_address initiator)
979{

Callers

nothing calls this directly

Calls 2

HandlePollFromMethod · 0.80
GetDeviceMethod · 0.45

Tested by

no test coverage detected