| 566 | } |
| 567 | |
| 568 | bool CCECProcessor::IsPresentDevice(cec_logical_address address) |
| 569 | { |
| 570 | CCECBusDevice *device = m_busDevices->At(address); |
| 571 | return device && device->GetStatus() == CEC_DEVICE_STATUS_PRESENT; |
| 572 | } |
| 573 | |
| 574 | bool CCECProcessor::IsPresentDeviceType(cec_device_type type) |
| 575 | { |