MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / GetDevice

Method GetDevice

src/libcec/CECProcessor.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 12

SetHDMIPortMethod · 0.45
GetPrimaryDeviceMethod · 0.45
GetDeviceCecVersionMethod · 0.45
GetDeviceMenuLanguageMethod · 0.45
GetDeviceOSDNameMethod · 0.45
GetDevicePowerStatusMethod · 0.45
GetDeviceVendorIdMethod · 0.45
SendKeypressMethod · 0.45
SendKeyReleaseMethod · 0.45
IsLibCECActiveSourceMethod · 0.45

Calls 1

AtMethod · 0.45

Tested by

no test coverage detected