| 425 | } |
| 426 | |
| 427 | bool CCECAdapterMessage::HasStartMessage(void) const |
| 428 | { |
| 429 | return (m_tx_len >= 1) && |
| 430 | (m_tx_data[0] == MSGSTART); |
| 431 | } |
| 432 | |
| 433 | bool CCECAdapterMessage::PushToCecCommand(cec_command &command) const |
| 434 | { |
nothing calls this directly
no outgoing calls
no test coverage detected