Searched defs:mixPort (Results 1 – 4 of 4) sorted by relevance
59 const xsd::MixPorts::MixPort& mixPort) { in generateOutFlags()101 for (const auto& mixPort : module->getFirstMixPorts()->getMixPort()) { in generateOutputDeviceConfigParameters() local153 for (const auto& mixPort : module->getFirstMixPorts()->getMixPort()) { in getOutputDeviceInvalidConfigParameters() local234 for (const auto& mixPort : module->getFirstMixPorts()->getMixPort()) { in generateInputDeviceConfigParameters() local285 for (const auto& mixPort : module->getFirstMixPorts()->getMixPort()) { in getInputDeviceInvalidConfigParameters() local
94 for (const auto& mixPort : module->getFirstMixPorts()->getMixPort()) { in haveInputProfilesInModule() local
33 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format, in AudioMixPortConfig()
466 MixPortTraits::Element mixPort = new IOProfile(name, portRole); variable