Searched defs:deviceCategory (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp71 void StreamDescriptor::setVolumeCurvePoint(Volume::device_category deviceCategory, argument
74 mVolumeCurve[deviceCategory] = point;
121 Volume::device_category deviceCategory,
124 editValueAt(stream).setVolumeCurvePoint(deviceCategory, point);
128 Volume::device_category deviceCategory) const
130 return valueAt(stream).getVolumeCurvePoint(deviceCategory);
120 setVolumeCurvePoint(audio_stream_type_t stream, Volume::device_category deviceCategory, const VolumeCurvePoint *point) argument
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DStream.cpp94 float Element<audio_stream_type_t>::volIndexToDb(Volume::device_category deviceCategory, argument
97 VolumeProfileConstIterator it = mVolumeProfiles.find(deviceCategory);
99 ALOGE("%s: device category %d not found for stream %s", __FUNCTION__, deviceCategory,
103 const VolumeCurvePoints curve = mVolumeProfiles[deviceCategory];
105 ALOGE("%s: invalid profile for category %d and for stream %s", __FUNCTION__, deviceCategory,
H A DEngine.cpp119 Volume::device_category deviceCategory,
127 return stream->setVolumeProfile(deviceCategory, points) == NO_ERROR;
118 setVolumeProfileForStream(const audio_stream_type_t &streamType, Volume::device_category deviceCategory, const VolumeCurvePoints &points) argument
H A DEngine.h100 virtual float volIndexToDb(Volume::device_category deviceCategory, argument
104 return mPolicyEngine->volIndexToDb(deviceCategory, stream, indexInUi);
145 Volume::device_category deviceCategory,
148 return mPolicyEngine->setVolumeProfileForStream(stream, deviceCategory, points);
175 Volume::device_category deviceCategory,
144 setVolumeProfileForStream(const audio_stream_type_t &stream, Volume::device_category deviceCategory, const VolumeCurvePoints &points) argument
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h104 virtual float volIndexToDb(Volume::device_category deviceCategory, argument
107 return mPolicyEngine->volIndexToDb(deviceCategory, stream, indexInUi);
H A DGains.cpp200 float Gains::volIndexToDb(Volume::device_category deviceCategory, argument
204 const VolumeCurvePoint *curve = streamDesc.getVolumeCurvePoint(deviceCategory);
246 float Gains::volIndexToAmpl(Volume::device_category deviceCategory, argument
250 return Volume::DbToAmpl(volIndexToDb(deviceCategory, streamDesc, indexInUi));

Completed in 7414 milliseconds