MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / GetActiveDevices

Method GetActiveDevices

src/libcec/CECClient.cpp:1509–1515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507}
1508
1509cec_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
1517bool CCECClient::IsActiveDevice(const cec_logical_address iAddress)
1518{

Callers

nothing calls this directly

Calls 2

GetActiveMethod · 0.80
GetDevicesMethod · 0.80

Tested by

no test coverage detected