Searched refs:legacyPorts (Results 1 – 1 of 1) sorted by relevance
347 struct hdmi_port_info* legacyPorts; in getPortInfo() local350 mDevice->get_port_info(mDevice, &legacyPorts, &numPorts); in getPortInfo()354 .type = static_cast<HdmiPortType>(legacyPorts[i].type), in getPortInfo()355 .portId = static_cast<uint32_t>(legacyPorts[i].port_id), in getPortInfo()356 .cecSupported = legacyPorts[i].cec_supported != 0, in getPortInfo()357 .arcSupported = legacyPorts[i].arc_supported != 0, in getPortInfo()358 .physicalAddress = legacyPorts[i].physical_address in getPortInfo()