| 1576 | } |
| 1577 | |
| 1578 | bool CCECClient::SaveConfiguration(const libcec_configuration &configuration) |
| 1579 | { |
| 1580 | return m_processor && IsRegistered() ? |
| 1581 | m_processor->SaveConfiguration(configuration) : |
| 1582 | false; |
| 1583 | } |
| 1584 | |
| 1585 | void CCECClient::RescanActiveDevices(void) |
| 1586 | { |
nothing calls this directly
no outgoing calls
no test coverage detected