| 420 | } |
| 421 | |
| 422 | CCECBusDevice *CCECProcessor::GetDevice(cec_logical_address address) const |
| 423 | { |
| 424 | return m_busDevices ? |
| 425 | m_busDevices->At(address) : |
| 426 | NULL; |
| 427 | } |
| 428 | |
| 429 | cec_logical_address CCECProcessor::GetActiveSource(bool bRequestActiveSource /* = true */) |
| 430 | { |
no test coverage detected