HomeSort by relevance Sort by last modified time
    Searched defs:maxOpenCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 38 maxOpenCount(1),
152 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) {
168 uint32_t maxOpenCount;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 124 static constexpr const char *maxOpenCount = "maxOpenCount";
455 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount);
456 if (!maxOpenCount.empty()) {
457 convertTo(maxOpenCount, mixPort->maxOpenCount);

Completed in 248 milliseconds