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

Method SwitchMonitoring

src/libcec/CECProcessor.cpp:1085–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085void CCECProcessor::SwitchMonitoring(bool bSwitchTo)
1086{
1087 {
1088 CLockObject lock(m_mutex);
1089 m_bMonitor = bSwitchTo;
1090 }
1091 if (bSwitchTo)
1092 UnregisterClients();
1093}
1094
1095void CCECProcessor::HandleLogicalAddressLost(cec_logical_address oldAddress)
1096{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected