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

Method HandleReceiveFailed

src/libcec/CECProcessor.cpp:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671bool CCECProcessor::HandleReceiveFailed(cec_logical_address initiator)
672{
673 CCECBusDevice *device = m_busDevices->At(initiator);
674 return !device || !device->HandleReceiveFailed();
675}
676
677bool CCECProcessor::CanSaveConfiguration(void)
678{

Callers

nothing calls this directly

Calls 1

AtMethod · 0.45

Tested by

no test coverage detected