| 1521 | } |
| 1522 | |
| 1523 | bool CCECClient::IsActiveDeviceType(const cec_device_type type) |
| 1524 | { |
| 1525 | return m_processor->GetDevices()->IsActiveType(type, false); |
| 1526 | } |
| 1527 | |
| 1528 | cec_logical_address CCECClient::GetActiveSource(void) |
| 1529 | { |
nothing calls this directly
no test coverage detected