Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h219 ClientManager(int32_t totalCost);
349 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} in ClientManager() argument
389 int64_t totalCost = getCurrentCostLocked() + cost; in wouldEvictLocked() local
425 } 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() local
639 totalCost += x->getCost(); in getCurrentCostLocked()
641 return totalCost; in getCurrentCostLocked()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...