| 702 | } |
| 703 | |
| 704 | uint16_t CCECClient::GetDevicePhysicalAddress(const cec_logical_address iAddress) |
| 705 | { |
| 706 | CCECBusDevice *device = m_processor->GetDevice(iAddress); |
| 707 | if (device) |
| 708 | return device->GetPhysicalAddress(GetPrimaryLogicalAddress()); |
| 709 | return CEC_INVALID_PHYSICAL_ADDRESS; |
| 710 | } |
| 711 | |
| 712 | cec_power_status CCECClient::GetDevicePowerStatus(const cec_logical_address iAddress) |
| 713 | { |
nothing calls this directly
no test coverage detected