Loading services/audiopolicy/engineconfigurable/src/Engine.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ status_t Engine::initCheck() template <typename Key> Element<Key> *Engine::getFromCollection(const Key &key) const { const Collection<Key> collection = getCollection<Key>(); const Collection<Key> &collection = getCollection<Key>(); return collection.get(key); } Loading Loading
services/audiopolicy/engineconfigurable/src/Engine.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ status_t Engine::initCheck() template <typename Key> Element<Key> *Engine::getFromCollection(const Key &key) const { const Collection<Key> collection = getCollection<Key>(); const Collection<Key> &collection = getCollection<Key>(); return collection.get(key); } Loading