| 657 | } |
| 658 | |
| 659 | bool CCECProcessor::PingAdapter(void) |
| 660 | { |
| 661 | return m_communication->PingAdapter(); |
| 662 | } |
| 663 | |
| 664 | void CCECProcessor::HandlePoll(cec_logical_address initiator, cec_logical_address destination) |
| 665 | { |
nothing calls this directly
no outgoing calls
no test coverage detected