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

Method SignalAll

src/libcec/devices/CECDeviceMap.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void CCECDeviceMap::SignalAll(cec_opcode opcode)
308{
309 for (CECDEVICEMAP::iterator it = m_busDevices.begin(); it != m_busDevices.end(); it++)
310 it->second->SignalOpcode(opcode);
311}

Callers 1

HandleActiveSourceMethod · 0.80

Calls 1

SignalOpcodeMethod · 0.80

Tested by

no test coverage detected