| 1621 | } |
| 1622 | |
| 1623 | uint32_t CCECClient::DoubleTapTimeoutMS(void) |
| 1624 | { |
| 1625 | CLockObject lock(m_mutex); |
| 1626 | return m_configuration.iDoubleTapTimeoutMs; |
| 1627 | } |
| 1628 | |
| 1629 | void CCECClient::QueueAddCommand(const cec_command& command) |
| 1630 | { |
nothing calls this directly
no outgoing calls
no test coverage detected