Searched refs:maxOpenCount (Results 1 – 4 of 4) sorted by relevance
40 maxOpenCount(1), in IOProfile()184 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()200 uint32_t maxOpenCount; variable
124 static constexpr const char *maxOpenCount = "maxOpenCount"; member491 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local492 if (!maxOpenCount.empty()) { in deserialize()493 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
137 maxOpenCount, curOpenCount); in dump()
4963 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()5031 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()5180 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()5322 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()