Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h450 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> evictList; in wouldEvictLocked() local
454 evictList.push_back(client); in wouldEvictLocked()
455 return evictList; in wouldEvictLocked()
496 evictList.clear(); in wouldEvictLocked()
497 evictList.push_back(client); in wouldEvictLocked()
498 return evictList; in wouldEvictLocked()
506 evictList.push_back(i); in wouldEvictLocked()
509 evictList.clear(); in wouldEvictLocked()
510 evictList.push_back(client); in wouldEvictLocked()
511 return evictList; in wouldEvictLocked()
[all …]
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp905 std::list<const std::weak_ptr<Accessor::Impl>> evictList; in evictorThread() local
919 evictList.push_back(it->first); in evictorThread()
927 for (auto it = evictList.begin(); it != evictList.end(); ++it) { in evictorThread()
937 evictList.clear(); in evictorThread()