| 507 | } |
| 508 | |
| 509 | bool CCECClient::Transmit(const cec_command &data, bool bIsReply) |
| 510 | { |
| 511 | return m_processor ? m_processor->Transmit(data, bIsReply) : false; |
| 512 | } |
| 513 | |
| 514 | bool CCECClient::SendPowerOnDevices(const cec_logical_address address /* = CECDEVICE_TV */) |
| 515 | { |
nothing calls this directly
no outgoing calls
no test coverage detected