Home
last modified time | relevance | path

Searched refs:gPortTypes (Results 1 – 1 of 1) sorted by relevance

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackPortType.cpp27 static const JackPortType* gPortTypes[] = variable
33 const jack_port_type_id_t PORT_TYPES_MAX = sizeof(gPortTypes) / sizeof(gPortTypes[0]);
38 const JackPortType* type = gPortTypes[i]; in GetPortTypeId()
51 const JackPortType* type = gPortTypes[type_id]; in GetPortType()