| 743 | } |
| 744 | |
| 745 | CCECPlaybackDevice *CCECProcessor::GetPlaybackDevice(cec_logical_address address) const |
| 746 | { |
| 747 | return CCECBusDevice::AsPlaybackDevice(m_busDevices->At(address)); |
| 748 | } |
| 749 | |
| 750 | CCECRecordingDevice *CCECProcessor::GetRecordingDevice(cec_logical_address address) const |
| 751 | { |