Searched refs:maxOpenCount (Results 1 – 4 of 4) sorted by relevance
40 maxOpenCount(1), in IOProfile()161 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()177 uint32_t maxOpenCount; variable
124 static constexpr const char *maxOpenCount = "maxOpenCount"; member459 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local460 if (!maxOpenCount.empty()) { in deserialize()461 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
127 maxOpenCount, curOpenCount); in dump()
4489 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()4555 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()4691 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()4887 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()