Lines Matching refs:Collection
47 class Collection : public std::map<Key, Element<Key> *>
56 Collection() in Collection() function
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_t> StreamCollection;
160 typedef Collection<audio_usage_t> UsageCollection;
161 typedef Collection<audio_source_t> InputSourceCollection;