Searched refs:mProducerSlotNeedReallocation (Results 1 – 2 of 2) sorted by relevance
75 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()
181 uint64_t mProducerSlotNeedReallocation; variable