Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h38 maxOpenCount(1), in IOProfile()
152 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
168 uint32_t maxOpenCount; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp124 static constexpr const char *maxOpenCount = "maxOpenCount"; member
455 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local
456 if (!maxOpenCount.empty()) { in deserialize()
457 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
DIOProfile.cpp123 maxOpenCount, curOpenCount); in dump()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4351 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in initialize()
4414 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in initialize()
4615 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()
4811 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()