| 678 | } |
| 679 | |
| 680 | cec_version CCECClient::GetDeviceCecVersion(const cec_logical_address iAddress) |
| 681 | { |
| 682 | CCECBusDevice *device = m_processor->GetDevice(iAddress); |
| 683 | if (device) |
| 684 | return device->GetCecVersion(GetPrimaryLogicalAddress()); |
| 685 | return CEC_VERSION_UNKNOWN; |
| 686 | } |
| 687 | |
| 688 | std::string CCECClient::GetDeviceMenuLanguage(const cec_logical_address iAddress) |
| 689 | { |
nothing calls this directly
no test coverage detected