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

Method GetLibCECControlled

src/libcec/devices/CECDeviceMap.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void CCECDeviceMap::GetLibCECControlled(CECDEVICEVEC &devices) const
170{
171 for (CECDEVICEMAP::const_iterator it = m_busDevices.begin(); it != m_busDevices.end(); it++)
172 if (it->second->IsHandledByLibCEC())
173 devices.push_back(it->second);
174}
175
176void CCECDeviceMap::GetActive(CECDEVICEVEC &devices) const
177{

Callers

nothing calls this directly

Calls 1

IsHandledByLibCECMethod · 0.45

Tested by

no test coverage detected