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

Completed in 108 milliseconds