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

Method IsActiveDeviceType

src/libcec/CECClient.cpp:1523–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523bool CCECClient::IsActiveDeviceType(const cec_device_type type)
1524{
1525 return m_processor->GetDevices()->IsActiveType(type, false);
1526}
1527
1528cec_logical_address CCECClient::GetActiveSource(void)
1529{

Callers

nothing calls this directly

Calls 2

IsActiveTypeMethod · 0.80
GetDevicesMethod · 0.80

Tested by

no test coverage detected