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

Method GetLogicalAddresses

src/libcec/CECProcessor.cpp:1061–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061cec_logical_addresses CCECProcessor::GetLogicalAddresses(void)
1062{
1063 CLockObject lock(m_mutex);
1064 cec_logical_addresses addresses;
1065 addresses.Clear();
1066 for (std::map<cec_logical_address, CECClientPtr>::const_iterator client = m_clients.begin(); client != m_clients.end(); client++)
1067 addresses.Set(client->first);
1068
1069 return addresses;
1070}
1071
1072bool CCECProcessor::IsHandledByLibCEC(const cec_logical_address address) const
1073{

Callers

nothing calls this directly

Calls 2

SetMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected