HomeSort by relevance Sort by last modified time
    Searched refs:mProducerSlotSource (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 161 // dequeueBuffer. Each bit in mProducerSlotSource corresponds to a producer
162 // slot. Both mProducerSlotSource and mProducerBuffers are indexed by a
164 uint64_t mProducerSlotSource;
VirtualDisplaySurface.cpp 58 mProducerSlotSource(0),
301 if ((mProducerSlotSource & (1ULL << pslot)) != sourceBit) {
305 mProducerSlotSource &= ~(1ULL << pslot);
306 mProducerSlotSource |= sourceBit;
311 if ((mProducerSlotSource & (1ULL << i)) == sourceBit)

Completed in 120 milliseconds