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

/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
55 Collection() function in class:android::audio_policy::Collection
147 struct Collection<audio_stream_type_t>::collectionSupported {};
149 struct Collection<std::string>::collectionSupported {};
151 struct Collection<audio_usage_t>::collectionSupported {};
153 struct Collection<audio_source_t>::collectionSupported {};
155 struct Collection<routing_strategy>::collectionSupported {};
157 typedef Collection<routing_strategy> StrategyCollection;
158 typedef Collection<audio_stream_type_
[all...]

Completed in 55 milliseconds