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

  /frameworks/av/services/audiopolicy/engine/config/include/
EngineConfig.h 64 int indexMax;
  /frameworks/av/services/audiopolicy/engine/config/src/
EngineConfig.cpp 135 static constexpr const char *indexMax = "indexMax";
467 int indexMax = 0;
489 if (not xmlStrcmp(child->name, (const xmlChar *)Attributes::indexMax)) {
495 if (!convertTo(indexMaxLiteral, indexMax)) {
510 ALOGV("%s: group=%s indexMin=%d, indexMax=%d streams=%s attributes=%s",
511 __func__, name.c_str(), indexMin, indexMax, streamNames.c_str(), attrmNames.c_str( ));
516 volumes.push_back({ name, indexMin, indexMax, groupVolumeCurves });
600 int indexMax = streamType >= AUDIO_STREAM_PUBLIC_CNT ? 100 : -1;
601 volumeGroups.push_back({ volumeMapIter.first, indexMin, indexMax, volumeMapIter.second })
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 233 int indexMax; //!< used only if drawMethod = Draw*Ranged
glsDrawTest.cpp     [all...]
  /frameworks/av/media/libaudioclient/
IAudioPolicyService.cpp 384 int indexMax)
390 data.writeInt32(indexMax);
    [all...]

Completed in 438 milliseconds