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

Method GetTuner

src/libcec/CECProcessor.cpp:755–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755CCECTuner *CCECProcessor::GetTuner(cec_logical_address address) const
756{
757 return CCECBusDevice::AsTuner(m_busDevices->At(address));
758}
759
760bool CCECProcessor::AllocateLogicalAddresses(CECClientPtr client)
761{

Callers

nothing calls this directly

Calls 1

AtMethod · 0.45

Tested by

no test coverage detected