Searched refs:StreamDescriptorCollection (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | StreamDescriptor.cpp | 102 StreamDescriptorCollection::StreamDescriptorCollection() in StreamDescriptorCollection() function in android::StreamDescriptorCollection 109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream) in canBeMuted() 114 void StreamDescriptorCollection::clearCurrentVolumeIndex(audio_stream_type_t stream) in clearCurrentVolumeIndex() 119 void StreamDescriptorCollection::addCurrentVolumeIndex(audio_stream_type_t stream, in addCurrentVolumeIndex() 125 void StreamDescriptorCollection::setVolumeCurvePoint(audio_stream_type_t stream, in setVolumeCurvePoint() 132 const VolumeCurvePoint *StreamDescriptorCollection::getVolumeCurvePoint(audio_stream_type_t stream, in getVolumeCurvePoint() 138 void StreamDescriptorCollection::setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin) in setVolumeIndexMin() 143 void StreamDescriptorCollection::setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax) in setVolumeIndexMax() 148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category, in volIndexToDb() 157 status_t StreamDescriptorCollection::initStreamVolume(audio_stream_type_t stream, in initStreamVolume() [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | StreamDescriptor.h | 66 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor>, 70 StreamDescriptorCollection();
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 3922 mVolumeCurves(new StreamDescriptorCollection()), in AudioPolicyManager()
|