Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
void 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
HandleActiveSource
Method · 0.80
Calls
1
SignalOpcode
Method · 0.80
Tested by
no test coverage detected