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

Method Clear

src/libcec/devices/CECDeviceMap.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void CCECDeviceMap::Clear(void)
127{
128 for (CECDEVICEMAP::iterator it = m_busDevices.begin(); it != m_busDevices.end(); it++)
129 delete it->second;
130 m_busDevices.clear();
131}
132
133CCECBusDevice *CCECDeviceMap::GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress, bool bSuppressUpdate /* = true */)
134{

Callers 15

LibCecSharp.cppFile · 0.45
UpdateFunction · 0.45
mainFunction · 0.45
CCECClientMethod · 0.45
ProcessMethod · 0.45
ClearLogicalAddressesMethod · 0.45
RegisterClientMethod · 0.45
GetLogicalAddressesMethod · 0.45
GetActiveDevicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected