Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
void CSLCommandHandler::SetSLInitialised(void)
337
{
338
LIB_CEC->AddLog(CEC_LOG_NOTICE,
"SL initialised"
);
339
CLockObject lock(m_SLMutex);
340
m_bSLEnabled = true;
341
}
342
343
bool CSLCommandHandler::SLInitialised(void)
344
{
Callers
nothing calls this directly
Calls
1
AddLog
Method · 0.45
Tested by
no test coverage detected