HomeSort by relevance Sort by last modified time
    Searched defs:StreamDescriptorCollection (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
StreamDescriptor.h 66 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor>,
70 StreamDescriptorCollection();
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
StreamDescriptor.cpp 102 StreamDescriptorCollection::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::volIndexToDb(audio_stream_type_t stream, device_category category
    [all...]

Completed in 1349 milliseconds