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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
IOProfile.h 38 maxOpenCount((role == AUDIO_PORT_ROLE_SOURCE) ? 1 : 0),
127 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) {
143 uint32_t maxOpenCount;
Serializer.h 95 static const char maxOpenCount[];
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 220 const char MixPortTraits::Attributes::maxOpenCount[] = "maxOpenCount";
264 string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount);
265 if (!maxOpenCount.empty()) {
266 convertTo(maxOpenCount, mixPort->maxOpenCount);

Completed in 75 milliseconds