| 413 | } |
| 414 | |
| 415 | CCECBusDevice *CCECProcessor::GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress, bool bSuppressUpdate /* = true */) |
| 416 | { |
| 417 | return m_busDevices ? |
| 418 | m_busDevices->GetDeviceByPhysicalAddress(iPhysicalAddress, bSuppressUpdate) : |
| 419 | NULL; |
| 420 | } |
| 421 | |
| 422 | CCECBusDevice *CCECProcessor::GetDevice(cec_logical_address address) const |
| 423 | { |
nothing calls this directly
no outgoing calls
no test coverage detected