Home
last modified time | relevance | path

Searched refs:StreamDescriptor (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DStreamDescriptor.cpp37 StreamDescriptor::StreamDescriptor() in StreamDescriptor() function in android::StreamDescriptor
46 int StreamDescriptor::getVolumeIndex(audio_devices_t device) const in getVolumeIndex()
56 void StreamDescriptor::clearCurrentVolumeIndex() in clearCurrentVolumeIndex()
61 void StreamDescriptor::addCurrentVolumeIndex(audio_devices_t device, int index) in addCurrentVolumeIndex()
66 void StreamDescriptor::setVolumeIndexMin(int volIndexMin) in setVolumeIndexMin()
71 void StreamDescriptor::setVolumeIndexMax(int volIndexMax) in setVolumeIndexMax()
76 void StreamDescriptor::setVolumeCurvePoint(device_category deviceCategory, in setVolumeCurvePoint()
82 void StreamDescriptor::dump(int fd) const in dump()
105 add(static_cast<audio_stream_type_t>(stream), StreamDescriptor()); in StreamDescriptorCollection()
151 const StreamDescriptor &streamDesc = valueAt(stream); in volIndexToDb()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DStreamDescriptor.h28 class StreamDescriptor
31 StreamDescriptor();
66 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor>,
DGains.h27 class StreamDescriptor; variable
/frameworks/av/services/audiopolicy/common/managerdefinitions/
DAndroid.mk53 src/StreamDescriptor.cpp \