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

Method IsInitialised

src/libcec/CECClient.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool CCECClient::IsInitialised(void)
85{
86 CLockObject lock(m_mutex);
87 return m_bInitialised && m_processor;
88}
89
90void CCECClient::SetInitialised(bool bSetTo)
91{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected