Searched refs:maxOpenCount (Results 1 – 4 of 4) sorted by relevance
40 maxOpenCount(1), in IOProfile()163 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()179 uint32_t maxOpenCount; variable
124 static constexpr const char *maxOpenCount = "maxOpenCount"; member460 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local461 if (!maxOpenCount.empty()) { in deserialize()462 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
127 maxOpenCount, curOpenCount); in dump()
4615 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()4683 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()4819 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()5015 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()