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

Method GetDeviceOSDName

src/libcec/CECClient.cpp:696–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696std::string CCECClient::GetDeviceOSDName(const cec_logical_address iAddress)
697{
698 CCECBusDevice *device = m_processor->GetDevice(iAddress);
699 return !!device?
700 device->GetOSDName(GetPrimaryLogicalAddress()) :
701 "";
702}
703
704uint16_t CCECClient::GetDevicePhysicalAddress(const cec_logical_address iAddress)
705{

Callers

nothing calls this directly

Calls 2

GetDeviceMethod · 0.45
GetOSDNameMethod · 0.45

Tested by

no test coverage detected