| 1507 | } |
| 1508 | |
| 1509 | cec_logical_addresses CCECClient::GetActiveDevices(void) |
| 1510 | { |
| 1511 | CECDEVICEVEC activeDevices; |
| 1512 | if (m_processor) |
| 1513 | m_processor->GetDevices()->GetActive(activeDevices); |
| 1514 | return CCECDeviceMap::ToLogicalAddresses(activeDevices); |
| 1515 | } |
| 1516 | |
| 1517 | bool CCECClient::IsActiveDevice(const cec_logical_address iAddress) |
| 1518 | { |
nothing calls this directly
no test coverage detected