HomeSort by relevance Sort by last modified time
    Searched refs:mIndexMin (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h 37 int getVolumeIndexMin() const { return mIndexMin; }
58 int mIndexMin; /**< min volume index. */
VolumeCurve.h 74 VolumeCurvesForStream() : mIndexMin(0), mIndexMax(1), mCanBeMuted(true)
101 void setVolumeIndexMin(int volIndexMin) { mIndexMin = volIndexMin; }
102 int getVolumeIndexMin() const { return mIndexMin; }
140 return vc->volIndexToDb(indexInUi, mIndexMin, mIndexMax);
152 int mIndexMin; /**< min volume index. */
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp 38 : mIndexMin(0), mIndexMax(1), mCanBeMuted(true)
68 mIndexMin = volIndexMin;
89 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax);
VolumeCurve.cpp 95 mCanBeMuted ? "true " : "false", mIndexMin, mIndexMax);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 321 int mIndexMin; // min volume index
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]

Completed in 124 milliseconds