| 1450 | } |
| 1451 | |
| 1452 | void CCECBusDevice::MarkReady(void) |
| 1453 | { |
| 1454 | CLockObject handlerLock(m_handlerMutex); |
| 1455 | if (m_iHandlerUseCount > 0) |
| 1456 | --m_iHandlerUseCount; |
| 1457 | } |
| 1458 | |
| 1459 | bool CCECBusDevice::TryLogicalAddress(cec_version libCECSpecVersion /* = CEC_VERSION_1_4 */) |
| 1460 | { |
nothing calls this directly
no outgoing calls
no test coverage detected