| 710 | } |
| 711 | |
| 712 | cec_power_status CCECClient::GetDevicePowerStatus(const cec_logical_address iAddress) |
| 713 | { |
| 714 | CCECBusDevice *device = m_processor->GetDevice(iAddress); |
| 715 | if (device) |
| 716 | return device->GetPowerStatus(GetPrimaryLogicalAddress()); |
| 717 | return CEC_POWER_STATUS_UNKNOWN; |
| 718 | } |
| 719 | |
| 720 | uint32_t CCECClient::GetDeviceVendorId(const cec_logical_address iAddress) |
| 721 | { |
nothing calls this directly
no test coverage detected