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

Method SLInitialised

src/libcec/implementations/SLCommandHandler.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343bool CSLCommandHandler::SLInitialised(void)
344{
345 CLockObject lock(m_SLMutex);
346 return m_bSLEnabled;
347}
348
349bool CSLCommandHandler::PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination)
350{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected