Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2335 float totalUsedCapacity = ExynosResourceManager::getResourceUsedCapa(*this); in hasEnoughCapa() local
2337 totalUsedCapacity, mUsedCapacity); in hasEnoughCapa()
2340 totalUsedCapacity -= mUsedCapacity; in hasEnoughCapa()
2345 mCapacity, totalUsedCapacity, requiredCapacity); in hasEnoughCapa()
2347 if (mCapacity >= (totalUsedCapacity + requiredCapacity)) in hasEnoughCapa()
2350 (totalUsedCapacity == 0) && (requiredCapacity < (mCapacity * 1.2))) { in hasEnoughCapa()