Searched defs:totalCost (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h219 ClientManager(int32_t totalCost);
349 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} argument
389 int64_t totalCost = getCurrentCostLocked() + cost; local
425 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) &&
435 totalCost -= curCost;
440 if (curPriority > priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) {
453 if (totalCost > mMaxCost && highestPriorityOwner != owner) {
637 int64_t totalCost = 0; local
639 totalCost
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 73 milliseconds