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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp221 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot); local
222 VDS_LOGV("onFrameCommitted: release scratch sslot=%d", sslot);
223 addReleaseFenceLocked(sslot, mProducerBuffers[mFbProducerSlot], fbFence);
224 releaseBufferLocked(sslot, mProducerBuffers[mFbProducerSlot],
229 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot); local
232 VDS_LOGV("onFrameCommitted: queue sink sslot=%d", sslot);
234 status_t result = mSource[SOURCE_SINK]->queueBuffer(sslot,
250 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFenc
286 dequeueBuffer(Source source, uint32_t format, uint32_t usage, int* sslot, sp<Fence>* fence) argument
388 int sslot; local
430 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot); local
547 int sslot; local
567 mapSource2ProducerSlot(Source source, int sslot) argument
[all...]

Completed in 8 milliseconds