Searched refs:totalCost (Results 1 – 2 of 2) sorted by relevance
219 ClientManager(int32_t totalCost);349 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} in ClientManager() argument389 int64_t totalCost = getCurrentCostLocked() + cost; in wouldEvictLocked() local425 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) && in wouldEvictLocked()435 totalCost -= curCost; in wouldEvictLocked()440 if (curPriority > priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) { in wouldEvictLocked()453 if (totalCost > mMaxCost && highestPriorityOwner != owner) { in wouldEvictLocked()637 int64_t totalCost = 0; in getCurrentCostLocked() local639 totalCost += x->getCost(); in getCurrentCostLocked()641 return totalCost; in getCurrentCostLocked()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...