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

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Gains.h 32 static float volIndexToDb(const VolumeCurvePoint *point, int indexMin, int indexMax,
36 static const VolumeCurvePoint sDefaultVolumeCurve[Volume::VOLCNT];
38 static const VolumeCurvePoint sDefaultMediaVolumeCurve[Volume::VOLCNT];
40 static const VolumeCurvePoint sExtMediaSystemVolumeCurve[Volume::VOLCNT];
42 static const VolumeCurvePoint sSpeakerMediaVolumeCurve[Volume::VOLCNT];
43 static const VolumeCurvePoint sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT];
45 static const VolumeCurvePoint sSpeakerSonificationVolumeCurve[Volume::VOLCNT];
46 static const VolumeCurvePoint sSpeakerSonificationVolumeCurveDrc[Volume::VOLCNT];
47 static const VolumeCurvePoint sDefaultSystemVolumeCurve[Volume::VOLCNT];
48 static const VolumeCurvePoint sDefaultSystemVolumeCurveDrc[Volume::VOLCNT]
    [all...]
StreamDescriptor.h 49 void setVolumeCurvePoint(device_category deviceCategory, const VolumeCurvePoint *point);
50 const VolumeCurvePoint *getVolumeCurvePoint(device_category deviceCategory) const
56 const VolumeCurvePoint *mVolumeCurve[DEVICE_CATEGORY_CNT];
103 const VolumeCurvePoint *point);
104 const VolumeCurvePoint *getVolumeCurvePoint(audio_stream_type_t stream,
  /frameworks/av/services/audiopolicy/engineconfigurable/include/
EngineDefinition.h 22 typedef std::vector<VolumeCurvePoint> VolumeCurvePoints;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Gains.cpp 35 const VolumeCurvePoint
41 const VolumeCurvePoint
46 const VolumeCurvePoint
51 const VolumeCurvePoint
56 const VolumeCurvePoint
61 const VolumeCurvePoint
66 const VolumeCurvePoint
76 const VolumeCurvePoint
81 const VolumeCurvePoint
86 const VolumeCurvePoint
    [all...]
StreamDescriptor.cpp 77 const VolumeCurvePoint *point)
127 const VolumeCurvePoint *point)
132 const VolumeCurvePoint *StreamDescriptorCollection::getVolumeCurvePoint(audio_stream_type_t stream,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 169 class VolumeCurvePoint
233 static const VolumeCurvePoint sDefaultVolumeCurve[AudioPolicyManagerBase::VOLCNT];
235 static const VolumeCurvePoint sDefaultMediaVolumeCurve[AudioPolicyManagerBase::VOLCNT];
237 static const VolumeCurvePoint sSpeakerMediaVolumeCurve[AudioPolicyManagerBase::VOLCNT];
239 static const VolumeCurvePoint sSpeakerSonificationVolumeCurve[AudioPolicyManagerBase::VOLCNT];
240 static const VolumeCurvePoint sSpeakerSonificationVolumeCurveDrc[AudioPolicyManagerBase::VOLCNT];
241 static const VolumeCurvePoint sDefaultSystemVolumeCurve[AudioPolicyManagerBase::VOLCNT];
242 static const VolumeCurvePoint sDefaultSystemVolumeCurveDrc[AudioPolicyManagerBase::VOLCNT];
243 static const VolumeCurvePoint sHeadsetSystemVolumeCurve[AudioPolicyManagerBase::VOLCNT];
244 static const VolumeCurvePoint sDefaultVoiceVolumeCurve[AudioPolicyManagerBase::VOLCNT]
    [all...]
  /frameworks/av/services/audiopolicy/common/include/
Volume.h 26 class VolumeCurvePoint

Completed in 297 milliseconds