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

Method SetStreamPath

src/libcec/CECClient.cpp:1538–1544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536}
1537
1538bool 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
1546bool CCECClient::SetStreamPath(const uint16_t iPhysicalAddress)
1547{

Callers

nothing calls this directly

Calls 6

GetDevicePhysicalAddressFunction · 0.85
SetStreamPathFunction · 0.85
TransmitSetStreamPathMethod · 0.80
GetHandlerMethod · 0.80
MarkHandlerReadyMethod · 0.80
AddLogMethod · 0.45

Tested by

no test coverage detected