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