Searched refs:maxOpenCount (Results 1 – 6 of 6) sorted by relevance
211 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
125 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()
250 spaces - 2, "", maxOpenCount, curOpenCount); in dump()
133 uint32_t maxOpenCount = 1; variable
251 mixExt.maxOpenStreamCount = maxOpenCount; in writeToParcelable()278 maxOpenCount = mixExt.maxOpenStreamCount; in readFromParcelable()
6549 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()6620 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in onNewAudioModulesAvailableInt()6793 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()6943 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()