Home
last modified time | relevance | path

Searched defs:maxActiveCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h206 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