Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp366 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair) { in remove() argument
374 pathsToRemove.push(key); in remove()
385 Vector<PathDescription> pathsToRemove; in clearGarbage() local
392 remove(pathsToRemove, pair); in clearGarbage()
398 for (size_t i = 0; i < pathsToRemove.size(); i++) { in clearGarbage()
399 mCache.remove(pathsToRemove.itemAt(i)); in clearGarbage()
DPathCache.h251 void remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair);