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

Method SetSLInitialised

src/libcec/implementations/SLCommandHandler.cpp:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void CSLCommandHandler::SetSLInitialised(void)
337{
338 LIB_CEC->AddLog(CEC_LOG_NOTICE, "SL initialised");
339 CLockObject lock(m_SLMutex);
340 m_bSLEnabled = true;
341}
342
343bool CSLCommandHandler::SLInitialised(void)
344{

Callers

nothing calls this directly

Calls 1

AddLogMethod · 0.45

Tested by

no test coverage detected