Searched defs:Collection (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h29 typedef Vector<Type> Collection; typedef in struct:android::DeviceCategoryTraits
34 typedef Vector<Type> Collection; typedef in struct:android::MixTypeTraits
39 typedef Vector<Type> Collection; typedef in struct:android::RouteFlagTraits
44 typedef Vector<Type> Collection; typedef in struct:android::RuleTraits
H A DSerializer.h52 typedef AudioGainCollection Collection; typedef in struct:android::AudioGainTraits
78 typedef AudioProfileVector Collection; typedef in struct:android::AudioProfileTraits
99 typedef IOProfileCollection Collection; typedef in struct:android::MixPortTraits
123 typedef DeviceVector Collection; typedef in struct:android::DevicePortTraits
145 typedef AudioRouteVector Collection; typedef in struct:android::RouteTraits
169 typedef HwModuleCollection Collection; typedef in struct:android::ModuleTraits
206 typedef VolumeCurvesCollection Collection; typedef in struct:android::VolumeTraits
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h37 * Collection of policy element as a map indexed with a their UID type.
47 class Collection : public std::map<Key, Element<Key> *> class in namespace:android::audio_policy
56 Collection() function in class:android::audio_policy::Collection
148 struct Collection<audio_stream_type_t>::collectionSupported {};
150 struct Collection<std::string>::collectionSupported {};
152 struct Collection<audio_usage_t>::collectionSupported {};
154 struct Collection<audio_source_t>::collectionSupported {};
156 struct Collection<routing_strategy>::collectionSupported {};
158 typedef Collection<routing_strategy> StrategyCollection;
159 typedef Collection<audio_stream_type_
[all...]
/frameworks/av/include/media/
H A DTypeConverter.h36 typedef SortedVector<Type> Collection; typedef in struct:android::SampleRateTraits
41 typedef Vector<Type> Collection; typedef in struct:android::DeviceTraits
48 typedef Vector<Type> Collection; typedef in struct:android::OutputFlagTraits
53 typedef Vector<Type> Collection; typedef in struct:android::InputFlagTraits
58 typedef Vector<Type> Collection; typedef in struct:android::FormatTraits
63 typedef SortedVector<Type> Collection; typedef in struct:android::ChannelTraits
71 typedef Vector<Type> Collection; typedef in struct:android::GainModeTraits
76 typedef Vector<Type> Collection; typedef in struct:android::StreamTraits
81 typedef Vector<Type> Collection; typedef in struct:android::AudioModeTraits
86 typedef Vector<Type> Collection; typedef in struct:android::UsageTraits
91 typedef Vector<Type> Collection; typedef in struct:android::SourceTraits
97 typedef Vector<Type> Collection; typedef in struct:android::DefaultTraits
[all...]
/frameworks/av/media/libmedia/include/media/
H A DTypeConverter.h36 typedef SortedVector<Type> Collection; typedef in struct:android::SampleRateTraits
41 typedef Vector<Type> Collection; typedef in struct:android::DeviceTraits
48 typedef Vector<Type> Collection; typedef in struct:android::OutputFlagTraits
53 typedef Vector<Type> Collection; typedef in struct:android::InputFlagTraits
58 typedef Vector<Type> Collection; typedef in struct:android::FormatTraits
63 typedef SortedVector<Type> Collection; typedef in struct:android::ChannelTraits
71 typedef Vector<Type> Collection; typedef in struct:android::GainModeTraits
76 typedef Vector<Type> Collection; typedef in struct:android::StreamTraits
81 typedef Vector<Type> Collection; typedef in struct:android::AudioModeTraits
86 typedef Vector<Type> Collection; typedef in struct:android::UsageTraits
91 typedef Vector<Type> Collection; typedef in struct:android::SourceTraits
97 typedef Vector<Type> Collection; typedef in struct:android::DefaultTraits
[all...]

Completed in 574 milliseconds