| 335 | |
| 336 | #if CEC_LIB_VERSION_MAJOR >= 5 |
| 337 | bool CCECProcessor::GetStats(struct cec_adapter_stats* stats) |
| 338 | { |
| 339 | return !!m_communication ? |
| 340 | m_communication->GetStats(stats) : |
| 341 | false; |
| 342 | } |
| 343 | #endif |
| 344 | |
| 345 | void CCECProcessor::SetActiveSource(bool bSetTo, bool bClientUnregistered) |
nothing calls this directly
no outgoing calls
no test coverage detected