Home
last modified time | relevance | path

Searched defs:sslot (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp221 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); in onFrameCommitted() local
229 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); in onFrameCommitted() local
287 uint32_t format, uint32_t usage, int* sslot, sp<Fence>* fence) { in dequeueBuffer()
388 int sslot; in dequeueBuffer() local
430 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); in queueBuffer() local
547 int sslot; in refreshOutputBuffer() local
567 int VirtualDisplaySurface::mapSource2ProducerSlot(Source source, int sslot) { in mapSource2ProducerSlot()