| 1536 | } |
| 1537 | |
| 1538 | bool CCECClient::SetStreamPath(const cec_logical_address iAddress) |
| 1539 | { |
| 1540 | uint16_t iPhysicalAddress = GetDevicePhysicalAddress(iAddress); |
| 1541 | if (iPhysicalAddress != CEC_INVALID_PHYSICAL_ADDRESS) |
| 1542 | return SetStreamPath(iPhysicalAddress); |
| 1543 | return false; |
| 1544 | } |
| 1545 | |
| 1546 | bool CCECClient::SetStreamPath(const uint16_t iPhysicalAddress) |
| 1547 | { |
nothing calls this directly
no test coverage detected