| 373 | } |
| 374 | |
| 375 | bool CCECProcessor::PhysicalAddressInUse(uint16_t iPhysicalAddress) |
| 376 | { |
| 377 | CCECBusDevice *device = GetDeviceByPhysicalAddress(iPhysicalAddress); |
| 378 | return device != NULL; |
| 379 | } |
| 380 | |
| 381 | void CCECProcessor::LogOutput(const cec_command &data) |
| 382 | { |
nothing calls this directly
no outgoing calls
no test coverage detected