| 255 | } |
| 256 | |
| 257 | std::string CLibCEC::GetDeviceMenuLanguage(cec_logical_address iAddress) |
| 258 | { |
| 259 | return !!m_client ? m_client->GetDeviceMenuLanguage(iAddress) : "???"; |
| 260 | } |
| 261 | |
| 262 | uint32_t CLibCEC::GetDeviceVendorId(cec_logical_address iAddress) |
| 263 | { |
no outgoing calls
no test coverage detected