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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp253 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, mFbProducerSlot);
266 int sslot = mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot);
484 int sslot = mapProducer2SourceSlot(SOURCE_SCRATCH, pslot);
529 return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);
537 mapProducer2SourceSlot(source, pslot), fence);
638 mapProducer2SourceSlot(SOURCE_SINK, mOutputProducerSlot),
669 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) { function in class:android::VirtualDisplaySurface
H A DVirtualDisplaySurface.h151 static int mapProducer2SourceSlot(Source source, int pslot);

Completed in 65 milliseconds