| 202 | } |
| 203 | |
| 204 | void CCECProcessor::SetCECInitialised(bool bSetTo /* = true */) |
| 205 | { |
| 206 | { |
| 207 | CLockObject lock(m_mutex); |
| 208 | m_bInitialised = bSetTo; |
| 209 | } |
| 210 | if (!bSetTo) |
| 211 | UnregisterClients(); |
| 212 | } |
| 213 | |
| 214 | bool CCECProcessor::TryLogicalAddress(cec_logical_address address, cec_version libCECSpecVersion /* = CEC_VERSION_1_4 */) |
| 215 | { |
nothing calls this directly
no outgoing calls
no test coverage detected