| 1083 | } |
| 1084 | |
| 1085 | void CCECProcessor::SwitchMonitoring(bool bSwitchTo) |
| 1086 | { |
| 1087 | { |
| 1088 | CLockObject lock(m_mutex); |
| 1089 | m_bMonitor = bSwitchTo; |
| 1090 | } |
| 1091 | if (bSwitchTo) |
| 1092 | UnregisterClients(); |
| 1093 | } |
| 1094 | |
| 1095 | void CCECProcessor::HandleLogicalAddressLost(cec_logical_address oldAddress) |
| 1096 | { |
nothing calls this directly
no outgoing calls
no test coverage detected