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

Method MarkReady

src/libcec/devices/CECBusDevice.cpp:1452–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1450}
1451
1452void CCECBusDevice::MarkReady(void)
1453{
1454 CLockObject handlerLock(m_handlerMutex);
1455 if (m_iHandlerUseCount > 0)
1456 --m_iHandlerUseCount;
1457}
1458
1459bool CCECBusDevice::TryLogicalAddress(cec_version libCECSpecVersion /* = CEC_VERSION_1_4 */)
1460{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected