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

Method GetDeviceByPhysicalAddress

src/libcec/CECProcessor.cpp:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415CCECBusDevice *CCECProcessor::GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress, bool bSuppressUpdate /* = true */)
416{
417 return m_busDevices ?
418 m_busDevices->GetDeviceByPhysicalAddress(iPhysicalAddress, bSuppressUpdate) :
419 NULL;
420}
421
422CCECBusDevice *CCECProcessor::GetDevice(cec_logical_address address) const
423{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected