| 669 | } |
| 670 | |
| 671 | bool CCECProcessor::HandleReceiveFailed(cec_logical_address initiator) |
| 672 | { |
| 673 | CCECBusDevice *device = m_busDevices->At(initiator); |
| 674 | return !device || !device->HandleReceiveFailed(); |
| 675 | } |
| 676 | |
| 677 | bool CCECProcessor::CanSaveConfiguration(void) |
| 678 | { |