Home
last modified time | relevance | path

Searched refs:maxActiveCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h42 maxActiveCount(1), in IOProfile()
68 maxActiveCount = 0; in setFlags()
191 if (maxActiveCount == 0 || curActiveCount < maxActiveCount) { in canStartNewIo()
206 uint32_t maxActiveCount; variable
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp125 static constexpr const char *maxActiveCount = "maxActiveCount"; member
495 std::string maxActiveCount = getXmlAttribute(child, Attributes::maxActiveCount); variable
496 if (!maxActiveCount.empty()) {
497 convertTo(maxActiveCount, mixPort->maxActiveCount);
H A DIOProfile.cpp139 maxActiveCount, curActiveCount); in dump()
/aosp12/build/blueprint/
H A Dcontext.go898 maxActiveCount := 200
942 if activeCount >= maxActiveCount {
982 if activeCount < maxActiveCount && len(pending) > 0 {