| 124 | } |
| 125 | |
| 126 | void 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 | |
| 133 | CCECBusDevice *CCECDeviceMap::GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress, bool bSuppressUpdate /* = true */) |
| 134 | { |
no outgoing calls
no test coverage detected