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

Method GetDevice

src/libcec/implementations/CECCommandHandler.cpp:860–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858}
859
860CCECBusDevice *CCECCommandHandler::GetDevice(cec_logical_address iLogicalAddress) const
861{
862 return m_processor->GetDevice(iLogicalAddress);
863}
864
865CCECBusDevice *CCECCommandHandler::GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress) const
866{

Callers 15

HandleSetMenuLanguageMethod · 0.45
HandleActiveSourceMethod · 0.45
HandleFeatureAbortMethod · 0.45
HandleTextViewOnMethod · 0.45
SetPhysicalAddressMethod · 0.45
TransmitImageViewOnMethod · 0.45
TransmitMethod · 0.45
ActivateSourceMethod · 0.45
HandleVendorCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected