HomeSort by relevance Sort by last modified time
    Searched refs:getFromCollection (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Engine.cpp 122 Stream *stream = getFromCollection<audio_stream_type_t>(streamType);
131 Element<Key> *Engine::getFromCollection(const Key &key) const
147 Element<Key> *element = getFromCollection<Key>(key);
194 Element<Key> *element = getFromCollection<Key>(key);
206 Stream *stream = getFromCollection<audio_stream_type_t>(streamType);
217 Stream *stream = getFromCollection<audio_stream_type_t>(streamType);
Engine.h 200 Element<Key> *getFromCollection(const Key &key) const;

Completed in 60 milliseconds