Home
last modified time | relevance | path

Searched refs:CacheItem (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A DCacheItem.cpp33 CacheItem::CacheItem(FTSENT* p) { in CacheItem() function in android::installd::CacheItem
39 mParent = static_cast<CacheItem*>(p->fts_parent->fts_pointer); in CacheItem()
52 CacheItem::~CacheItem() { in ~CacheItem()
55 std::string CacheItem::toString() { in toString()
59 std::string CacheItem::buildPath() { in buildPath()
61 CacheItem* parent = mParent; in buildPath()
69 int CacheItem::purge() { in purge()
H A DCacheItem.h37 class CacheItem {
39 CacheItem(FTSENT* p);
40 ~CacheItem();
55 CacheItem* mParent;
58 DISALLOW_COPY_AND_ASSIGN(CacheItem);
H A DCacheTracker.cpp115 auto item = std::shared_ptr<CacheItem>(new CacheItem(p)); in loadItemsFrom()
123 auto item = static_cast<CacheItem*>(p->fts_pointer); in loadItemsFrom()
153 auto item = static_cast<CacheItem*>(p->fts_pointer); in loadItemsFrom()
154 auto parent = static_cast<CacheItem*>(p->fts_parent->fts_pointer); in loadItemsFrom()
175 auto cmp = [](std::shared_ptr<CacheItem> left, std::shared_ptr<CacheItem> right) { in loadItems()
H A DCacheTracker.h59 std::vector<std::shared_ptr<CacheItem>> items;
H A DAndroid.bp23 "CacheItem.cpp",
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java290 private final LongSparseArray<CacheItem> mCaches = new LongSparseArray<>();
299 mCaches.put(changeId, new CacheItem(mPlatformCompat, changeId)); in PlatformCompatCache()
336 static class CacheItem implements CompatChange.ChangeListener { class in OomAdjuster.PlatformCompatCache
344 CacheItem(PlatformCompat platformCompat, long changeId) { in CacheItem() method in OomAdjuster.PlatformCompatCache.CacheItem
/aosp12/frameworks/base/services/
H A Dart-profile8241 HSPLcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;-><init>(Lcom/android/server/co…
8242 HSPLcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;->invalidate(Landroid/content/p…
8243 HSPLcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;->isChangeEnabled(Landroid/cont…
8245 …ver/am/OomAdjuster$PlatformCompatCache$CacheItem;Lcom/android/server/am/OomAdjuster$PlatformCompat…
8246 …ver/am/OomAdjuster$PlatformCompatCache$CacheItem;Lcom/android/server/am/OomAdjuster$PlatformCompat…
8247 …ver/am/OomAdjuster$PlatformCompatCache$CacheItem;Lcom/android/server/am/OomAdjuster$PlatformCompat…
52432 Lcom/android/server/am/OomAdjuster$PlatformCompatCache$CacheItem;