Searched refs:mMaxCost (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h338 int32_t mMaxCost; member in class:android::resource_policy::ClientManager
349 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {}
425 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) &&
440 if (curPriority > priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) {
453 if (totalCost > mMaxCost && highestPriorityOwner != owner) {

Completed in 72 milliseconds