Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1265 auto currentCount = mHwc1RequestedContents ? in prepare() local
1269 requiredCount, currentCount, mHwc1RequestedContents.get()); in prepare()
1271 bool layerCountChanged = (currentCount != requiredCount); in prepare()
/hardware/google/av/media/sfplugin/
DCCodec.cpp1711 int32_t currentCount = (mQueuedWorkCount -= count); in subQueuedWorkCount() local
1712 if (currentCount == 0) { in subQueuedWorkCount()