| 1429 | } |
| 1430 | |
| 1431 | cec_device_type_list CCECClient::GetDeviceTypes(void) |
| 1432 | { |
| 1433 | cec_device_type_list retVal; |
| 1434 | CLockObject lock(m_mutex); |
| 1435 | retVal = m_configuration.deviceTypes; |
| 1436 | return retVal; |
| 1437 | } |
| 1438 | |
| 1439 | bool CCECClient::SetDevicePhysicalAddress(const uint16_t iPhysicalAddress) |
| 1440 | { |
nothing calls this directly
no outgoing calls
no test coverage detected