Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
bool CCECProcessor::CECInitialised(void)
199
{
200
CLockObject lock(m_mutex);
201
return m_bInitialised;
202
}
203
204
void CCECProcessor::SetCECInitialised(bool bSetTo /* = true */)
205
{
Callers
15
SetHDMIPort
Method · 0.80
SetPhysicalAddress
Method · 0.80
SendSetActiveSource
Method · 0.80
SetConfiguration
Method · 0.80
SetOSDName
Method · 0.80
SetDeviceTypes
Method · 0.80
SetDevicePhysicalAddress
Method · 0.80
CallbackConfigurationChanged
Method · 0.80
RegisterClient
Method · 0.80
HandleVendorRemoteButtonDown
Method · 0.80
HandleSetMenuLanguage
Method · 0.80
HandleGetCecVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected