Searched refs:mapProducer2SourceSlot (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp221 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot);
229 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
430 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot);
473 return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);
481 mapProducer2SourceSlot(source, pslot), fence);
543 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot),
574 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) { function in class:android::VirtualDisplaySurface
H A DVirtualDisplaySurface.h136 static int mapProducer2SourceSlot(Source source, int pslot);

Completed in 135 milliseconds