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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp97 StreamDescriptorCollection::StreamDescriptorCollection() function in class:android::StreamDescriptorCollection
104 bool StreamDescriptorCollection::canBeMuted(audio_stream_type_t stream)
109 void StreamDescriptorCollection::clearCurrentVolumeIndex(audio_stream_type_t stream)
114 void StreamDescriptorCollection::addCurrentVolumeIndex(audio_stream_type_t stream,
120 void StreamDescriptorCollection::setVolumeCurvePoint(audio_stream_type_t stream,
127 const VolumeCurvePoint *StreamDescriptorCollection::getVolumeCurvePoint(audio_stream_type_t stream,
133 void StreamDescriptorCollection::setVolumeIndexMin(audio_stream_type_t stream,int volIndexMin)
138 void StreamDescriptorCollection::setVolumeIndexMax(audio_stream_type_t stream,int volIndexMax)
143 status_t StreamDescriptorCollection
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h61 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor> class in namespace:android
64 StreamDescriptorCollection();
/frameworks/av/services/audiopolicy/engine/interface/
H A DAudioPolicyManagerObserver.h54 virtual StreamDescriptorCollection &getStreamDescriptors() = 0;
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.cpp89 StreamDescriptorCollection &streams = mApmObserver->getStreamDescriptors();
134 StreamDescriptorCollection &streams = mApmObserver->getStreamDescriptors();
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h270 virtual StreamDescriptorCollection &getStreamDescriptors()
518 StreamDescriptorCollection mStreams; // stream descriptors for volume control

Completed in 283 milliseconds