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

  /frameworks/base/libs/hwui/
PathCache.cpp 373 void PathCache::remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair) {
381 pathsToRemove.push(key);
392 Vector<PathDescription> pathsToRemove;
398 remove(pathsToRemove, mGarbage.itemAt(i));
403 for (size_t i = 0; i < pathsToRemove.size(); i++) {
404 mCache.remove(pathsToRemove.itemAt(i));
PathCache.h 272 void remove(Vector<PathDescription>& pathsToRemove, const path_pair_t& pair);

Completed in 24 milliseconds