Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h38 maxOpenCount((role == AUDIO_PORT_ROLE_SOURCE) ? 1 : 0), in IOProfile()
127 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()
143 uint32_t maxOpenCount; variable
DSerializer.h95 static const char maxOpenCount[]; member
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp220 const char MixPortTraits::Attributes::maxOpenCount[] = "maxOpenCount"; member in android::MixPortTraits::Attributes
264 string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local
265 if (!maxOpenCount.empty()) { in deserialize()
266 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
DIOProfile.cpp136 maxOpenCount, curOpenCount); in dump()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3637 profile->maxOpenCount, profile->getTagName().c_str()); in getSurroundFormats()
3996 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in loadConfig()
4061 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in loadConfig()
4295 profile->maxOpenCount, profile->getTagName().c_str()); in loadConfig()
4502 profile->maxOpenCount, profile->getTagName().c_str()); in loadConfig()