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

Method IsInitialised

src/libcec/adapter/RPi/RPiCECAdapterCommunication.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool CRPiCECAdapterCommunication::IsInitialised(void)
116{
117 CLockObject lock(m_mutex);
118 return m_bInitialised;
119}
120
121void CRPiCECAdapterCommunication::OnTVServiceCallback(uint32_t reason, uint32_t UNUSED(p0), uint32_t UNUSED(p1))
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected