Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libdevice/
DHistogramController.cpp250 int preemptCount = (int)mConfigInfos.size() - (int)mFreeChannels.size(); in preemptOPRChannels() local
251 if (preemptCount > (int)mUsedChannels.size()) { in preemptOPRChannels()
256 for (int i = 0; i < preemptCount; ++i) swapOutConfigInfo(*mUsedChannels.begin()); in preemptOPRChannels()