Searched refs:maxOpenCount (Results 1 – 6 of 6) sorted by relevance
183 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
124 static constexpr const char *maxOpenCount = "maxOpenCount"; member499 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local500 if (!maxOpenCount.empty()) { in deserialize()501 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
138 spaces - 2, "", maxOpenCount, curOpenCount); in dump()
130 uint32_t maxOpenCount = 1; variable
243 mixExt.maxOpenStreamCount = maxOpenCount; in writeToParcelable()270 maxOpenCount = mixExt.maxOpenStreamCount; in readFromParcelable()
5717 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()5787 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()5951 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()6093 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()