Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
755
CCECTuner *CCECProcessor::GetTuner(cec_logical_address address) const
756
{
757
return CCECBusDevice::AsTuner(m_busDevices->At(address));
758
}
759
760
bool CCECProcessor::AllocateLogicalAddresses(CECClientPtr client)
761
{
Callers
nothing calls this directly
Calls
1
At
Method · 0.45
Tested by
no test coverage detected