Searched refs:StreamDescriptorCollection (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp102 StreamDescriptorCollection::StreamDescriptorCollection() function in class:android::StreamDescriptorCollection
109 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream)
114 void StreamDescriptorCollection::clearCurrentVolumeIndex(audio_stream_type_t stream)
119 void StreamDescriptorCollection::addCurrentVolumeIndex(audio_stream_type_t stream,
125 void StreamDescriptorCollection::setVolumeCurvePoint(audio_stream_type_t stream,
132 const VolumeCurvePoint *StreamDescriptorCollection::getVolumeCurvePoint(audio_stream_type_t stream,
138 void StreamDescriptorCollection::setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin)
143 void StreamDescriptorCollection::setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax)
148 float StreamDescriptorCollection
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h66 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor>, class in namespace:android
70 StreamDescriptorCollection();
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3162 mVolumeCurves = new StreamDescriptorCollection();

Completed in 49 milliseconds