| 1614 | } |
| 1615 | |
| 1616 | void CCECClient::CallbackAddCommand(const cec_command &command) |
| 1617 | { |
| 1618 | CLockObject lock(m_cbMutex); |
| 1619 | if (m_configuration.callbacks && !!m_configuration.callbacks->commandReceived) |
| 1620 | m_configuration.callbacks->commandReceived(m_configuration.callbackParam, &command); |
| 1621 | } |
| 1622 | |
| 1623 | uint32_t CCECClient::DoubleTapTimeoutMS(void) |
| 1624 | { |
nothing calls this directly
no outgoing calls
no test coverage detected