Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp75 mProducerSlotNeedReallocation(0),
342 mProducerSlotNeedReallocation &= ~(1ULL << pslot); in dequeueBuffer()
347 mProducerSlotNeedReallocation |= 1ULL << pslot; in dequeueBuffer()
372 mProducerSlotNeedReallocation |= 1ULL << pslot; in dequeueBuffer()
448 if ((mProducerSlotNeedReallocation & (1ULL << *pslot)) != 0) { in dequeueBuffer()
H A DVirtualDisplaySurface.h181 uint64_t mProducerSlotNeedReallocation; variable