| 449 | } |
| 450 | |
| 451 | bool CCECProcessor::IsActiveSource(cec_logical_address iAddress) |
| 452 | { |
| 453 | CCECBusDevice *device = m_busDevices->At(iAddress); |
| 454 | return device && device->IsActiveSource(); |
| 455 | } |
| 456 | |
| 457 | bool CCECProcessor::Transmit(const cec_command &data, bool bIsReply) |
| 458 | { |