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

Method IsActiveSource

src/libcec/CECProcessor.cpp:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451bool CCECProcessor::IsActiveSource(cec_logical_address iAddress)
452{
453 CCECBusDevice *device = m_busDevices->At(iAddress);
454 return device && device->IsActiveSource();
455}
456
457bool CCECProcessor::Transmit(const cec_command &data, bool bIsReply)
458{

Callers

nothing calls this directly

Calls 1

AtMethod · 0.45

Tested by

no test coverage detected