Home
last modified time | relevance | path

Searched defs:maxOpenCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h143 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