Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h484 int32_t curCost = i->getCost(); in wouldEvictLocked() local
499 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) && in wouldEvictLocked()
509 totalCost -= curCost; in wouldEvictLocked()
514 if (curPriority < priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) { in wouldEvictLocked()