Home
last modified time | relevance | path

Searched refs:evictList (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h486 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> evictList; in wouldEvictLocked() local
490 evictList.push_back(client); in wouldEvictLocked()
491 return evictList; in wouldEvictLocked()
537 evictList.push_back(i); in wouldEvictLocked()
540 evictList.clear(); in wouldEvictLocked()
541 evictList.push_back(client); in wouldEvictLocked()
542 return evictList; in wouldEvictLocked()
546 evictList.clear(); in wouldEvictLocked()
547 evictList.push_back(client); in wouldEvictLocked()
548 return evictList; in wouldEvictLocked()
[all …]
/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.cpp926 std::list<const std::weak_ptr<Accessor::Impl>> evictList; in evictorThread() local
940 evictList.push_back(it->first); in evictorThread()
948 for (auto it = evictList.begin(); it != evictList.end(); ++it) { in evictorThread()
958 evictList.clear(); in evictorThread()