Home
last modified time | relevance | path

Searched refs:device_category (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h44 void setVolumeCurvePoint(Volume::device_category deviceCategory, const VolumeCurvePoint *point);
45 const VolumeCurvePoint *getVolumeCurvePoint(Volume::device_category deviceCategory) const in getVolumeCurvePoint()
74 Volume::device_category deviceCategory,
78 Volume::device_category deviceCategory) const;
/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);
84 float volIndexToDb(Volume::device_category deviceCategory, int indexInUi);
DEngine.h100 virtual float volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb()
145 Volume::device_category deviceCategory, in setVolumeProfileForStream()
175 Volume::device_category deviceCategory,
186 float volIndexToDb(Volume::device_category category,
DStream.cpp65 status_t Element<audio_stream_type_t>::setVolumeProfile(Volume::device_category category, in setVolumeProfile()
94 float Element<audio_stream_type_t>::volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb()
DEngine.cpp119 Volume::device_category deviceCategory, in setVolumeProfileForStream()
202 float Engine::volIndexToDb(Volume::device_category category, in volIndexToDb()
/frameworks/av/services/audiopolicy/enginedefault/src/
DGains.h32 static float volIndexToAmpl(Volume::device_category deviceCategory,
36 static float volIndexToDb(Volume::device_category deviceCategory,
DEngine.h104 virtual float volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb()
144 float volIndexToDb(Volume::device_category category,
DGains.cpp200 float Gains::volIndexToDb(Volume::device_category deviceCategory, in volIndexToDb()
246 float Gains::volIndexToAmpl(Volume::device_category deviceCategory, in volIndexToAmpl()
DEngine.cpp66 float Engine::volIndexToDb(Volume::device_category category, audio_stream_type_t streamType, in volIndexToDb()
94 static_cast<Volume::device_category>(j), in initializeVolumeCurves()
139 streams.setVolumeCurvePoint(AUDIO_STREAM_DTMF, static_cast<Volume::device_category>(j), in setPhoneState()
145 streams.setVolumeCurvePoint(AUDIO_STREAM_DTMF, static_cast<Volume::device_category>(j), in setPhoneState()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp71 void StreamDescriptor::setVolumeCurvePoint(Volume::device_category deviceCategory, in setVolumeCurvePoint()
121 Volume::device_category deviceCategory, in setVolumeCurvePoint()
128 … Volume::device_category deviceCategory) const in getVolumeCurvePoint()
/frameworks/av/services/audiopolicy/common/include/
DVolume.h55 enum device_category { enum
116 static device_category getDeviceCategory(audio_devices_t device) in getDeviceCategory()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DVolumeProfile.h61 Volume::device_category mCategory;
DVolumeProfile.cpp42 mCategory = static_cast<Volume::device_category>(categoryKey); in VolumeProfile()
/frameworks/av/services/audiopolicy/engineconfigurable/interface/
DAudioPolicyPluginInterface.h119 Volume::device_category category,
/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerInterface.h146 virtual float volIndexToDb(Volume::device_category deviceCategory, audio_stream_type_t stream,