Searched defs:StreamDescriptor (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DStreamDescriptor.h28 class StreamDescriptor class in namespace:android
31 StreamDescriptor();
61 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor>
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DStreamDescriptor.cpp27 #include "StreamDescriptor.h"
33 // --- StreamDescriptor class implementation
35 StreamDescriptor::StreamDescriptor() function in class:android::StreamDescriptor
41 int StreamDescriptor::getVolumeIndex(audio_devices_t device) const
51 void StreamDescriptor::clearCurrentVolumeIndex()
56 void StreamDescriptor::addCurrentVolumeIndex(audio_devices_t device, int index)
61 void StreamDescriptor::setVolumeIndexMin(int volIndexMin)
66 void StreamDescriptor::setVolumeIndexMax(int volIndexMax)
71 void StreamDescriptor
[all...]

Completed in 61 milliseconds