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

Method CECInitialised

src/libcec/CECProcessor.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool CCECProcessor::CECInitialised(void)
199{
200 CLockObject lock(m_mutex);
201 return m_bInitialised;
202}
203
204void CCECProcessor::SetCECInitialised(bool bSetTo /* = true */)
205{

Callers 15

SetHDMIPortMethod · 0.80
SetPhysicalAddressMethod · 0.80
SendSetActiveSourceMethod · 0.80
SetConfigurationMethod · 0.80
SetOSDNameMethod · 0.80
SetDeviceTypesMethod · 0.80
RegisterClientMethod · 0.80
HandleSetMenuLanguageMethod · 0.80
HandleGetCecVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected