Home
last modified time | relevance | path

Searched refs:VolumeCurvePoints (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DStream.h36 typedef std::map<Volume::device_category, VolumeCurvePoints> VolumeProfiles;
82 status_t setVolumeProfile(Volume::device_category category, const VolumeCurvePoints &points);
DStream.cpp66 const VolumeCurvePoints &points) in setVolumeProfile()
103 const VolumeCurvePoints curve = mVolumeProfiles[deviceCategory]; in volIndexToDb()
DEngine.h146 const VolumeCurvePoints &points) in setVolumeProfileForStream()
176 const VolumeCurvePoints &points);
DEngine.cpp120 const VolumeCurvePoints &points) in setVolumeProfileForStream()
/frameworks/av/services/audiopolicy/engineconfigurable/include/
DEngineDefinition.h22 typedef std::vector<VolumeCurvePoint> VolumeCurvePoints; typedef
/frameworks/av/services/audiopolicy/engineconfigurable/interface/
DAudioPolicyPluginInterface.h120 const VolumeCurvePoints &points) = 0;
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DVolumeProfile.cpp66 VolumeCurvePoints pointsVector; in sendToHW()