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

Method SourceActivated

src/libcec/CECClient.cpp:1604–1608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1602}
1603
1604void CCECClient::SourceActivated(const cec_logical_address logicalAddress)
1605{
1606 LIB_CEC->AddLog(CEC_LOG_NOTICE, ">> source activated: %s (%x)", ToString(logicalAddress), logicalAddress);
1607 QueueSourceActivated(true, logicalAddress);
1608}
1609
1610void CCECClient::SourceDeactivated(const cec_logical_address logicalAddress)
1611{

Callers 1

MarkAsActiveSourceMethod · 0.80

Calls 2

ToStringFunction · 0.85
AddLogMethod · 0.45

Tested by

no test coverage detected