| 343 | #endif |
| 344 | |
| 345 | void CCECProcessor::SetActiveSource(bool bSetTo, bool bClientUnregistered) |
| 346 | { |
| 347 | if (m_communication) |
| 348 | m_communication->SetActiveSource(bSetTo, bClientUnregistered); |
| 349 | } |
| 350 | |
| 351 | void CCECProcessor::SetStandardLineTimeout(uint8_t iTimeout) |
| 352 | { |
nothing calls this directly
no outgoing calls
no test coverage detected