| 572 | } |
| 573 | |
| 574 | bool CCECProcessor::IsPresentDeviceType(cec_device_type type) |
| 575 | { |
| 576 | CECDEVICEVEC devices; |
| 577 | m_busDevices->GetByType(type, devices); |
| 578 | CCECDeviceMap::FilterActive(devices); |
| 579 | return !devices.empty(); |
| 580 | } |
| 581 | |
| 582 | uint16_t CCECProcessor::GetDetectedPhysicalAddress(void) const |
| 583 | { |