Home
last modified time | relevance | path

Searched refs:getCacheRatio (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
DCacheTracker.cpp50 multiuser_get_uid(mUserId, mAppId), cacheUsed, cacheQuota, getCacheRatio()); in toString()
199 int CacheTracker::getCacheRatio() { in getCacheRatio() function in android::installd::CacheTracker
DCacheTracker.h54 int getCacheRatio();
DInstalldNativeService.cpp1407 return (left->getCacheRatio() < right->getCacheRatio()); in freeCache()
1424 if (active && (active->getCacheRatio() < 10000) in freeCache()
1426 LOG(DEBUG) << "Active ratio " << active->getCacheRatio() in freeCache()
1440 && active->getCacheRatio() < queue.top()->getCacheRatio(); in freeCache()