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

Method SetCECInitialised

src/libcec/CECProcessor.cpp:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected