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

Method SourceDeactivated

src/libcec/CECClient.cpp:1610–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608}
1609
1610void CCECClient::SourceDeactivated(const cec_logical_address logicalAddress)
1611{
1612 LIB_CEC->AddLog(CEC_LOG_NOTICE, ">> source deactivated: %s (%x)", ToString(logicalAddress), logicalAddress);
1613 QueueSourceActivated(false, logicalAddress);
1614}
1615
1616void CCECClient::CallbackAddCommand(const cec_command &command)
1617{

Callers 1

MarkAsInactiveSourceMethod · 0.80

Calls 2

ToStringFunction · 0.85
AddLogMethod · 0.45

Tested by

no test coverage detected