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

Method QueueSourceActivated

src/libcec/CECClient.cpp:1665–1668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1663}
1664
1665void CCECClient::QueueSourceActivated(bool bActivated, const cec_logical_address logicalAddress)
1666{
1667 m_callbackCalls.Push(new CCallbackWrap(bActivated, logicalAddress));
1668}
1669
1670int CCECClient::QueueCommandHandler(const cec_command& command)
1671{

Callers

nothing calls this directly

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected