| 367 | } |
| 368 | |
| 369 | uint8_t CCECProcessor::GetRetryLineTimeout(void) |
| 370 | { |
| 371 | CLockObject lock(m_mutex); |
| 372 | return m_iRetryLineTimeout; |
| 373 | } |
| 374 | |
| 375 | bool CCECProcessor::PhysicalAddressInUse(uint16_t iPhysicalAddress) |
| 376 | { |
nothing calls this directly
no outgoing calls
no test coverage detected