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

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h410 int32_t curCost = i->getCost(); local
425 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) &&
435 totalCost -= curCost;
440 if (curPriority > priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) {

Completed in 252 milliseconds